GHA: include e430, phase out e427. Eclipse LS extensions on e428

This commit is contained in:
aboyko
2023-09-28 11:14:32 -04:00
parent 4dea162611
commit aaa03e1fa6
5 changed files with 36 additions and 13 deletions

View File

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