22 lines
505 B
YAML
22 lines
505 B
YAML
name: Snapshot - 4.29 Eclipse STS Distribution Build
|
|
|
|
concurrency:
|
|
group: e429-snapshot
|
|
cancel-in-progress: true
|
|
|
|
on:
|
|
workflow_run:
|
|
workflows: ["Snapshot - Eclipse LS Extensions"]
|
|
types: [completed]
|
|
branches:
|
|
- "main"
|
|
# workflow_dispatch:
|
|
|
|
jobs:
|
|
e429-distro:
|
|
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
|
uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml
|
|
with:
|
|
eclipse_profile: 'e429'
|
|
build_type: 'snapshot'
|
|
secrets: inherit |