23 lines
514 B
YAML
23 lines
514 B
YAML
name: Snapshot - 4.27 Eclipse STS Distribution Build
|
|
|
|
concurrency:
|
|
group: e427-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: 'e427'
|
|
build_type: 'snapshot'
|
|
secrets: inherit |