Files
spring-tools/.github/workflows/snapshot-e429-eclipse-distro-build.yml
2023-07-14 17:19:28 -04:00

22 lines
500 B
YAML

name: Snapshot - 4.29 Eclipse STS Distribution Build
concurrency:
group: e429
cancel-in-progress: true
on:
workflow_run:
workflows: ["Eclipse LS Extensions Snapshot Build"]
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