Files
spring-tools/.github/workflows/snapshot-e427-eclipse-distro-build.yml
Workflow config file is invalid. Please check your config file: yaml: line 15: could not find expected ':'
2023-07-12 23:08:47 -04:00

24 lines
515 B
YAML

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