GHA: include e430, phase out e427. Eclipse LS extensions on e428
This commit is contained in:
23
.github/workflows/snapshot-e430-eclipse-distro-build.yml
vendored
Normal file
23
.github/workflows/snapshot-e430-eclipse-distro-build.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user