update GH builds for newly created e4.31 and removed e4.28 build targets

This commit is contained in:
Martin Lippert
2023-12-11 16:55:20 +01:00
parent 824e6e4efa
commit dc0477c489
8 changed files with 22 additions and 45 deletions

View File

@@ -0,0 +1,23 @@
name: Snapshot - 4.31 Eclipse STS Distribution Build
concurrency:
group: e431-snapshot
cancel-in-progress: true
#on:
# workflow_dispatch:
on:
workflow_run:
workflows: ["Snapshot - Eclipse LS Extensions"]
types: [completed]
branches:
- "main"
jobs:
e430-distro:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml
with:
eclipse_profile: 'e431'
build_type: 'snapshot'
secrets: inherit