18 lines
384 B
YAML
18 lines
384 B
YAML
name: Snapshot - 4.29 Eclipse STS Distribution Build
|
|
|
|
concurrency:
|
|
group: e429
|
|
cancel-in-progress: true
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
e429-distro:
|
|
# if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
|
uses: ./.github/workflows/eclipse-distro-build.yml
|
|
with:
|
|
eclipse_profile: 'e429'
|
|
build_type: 'snapshot'
|
|
ref: 'main'
|
|
secrets: inherit |