Files
spring-tools/.github/workflows/snapshot-e429-eclipse-distro-build.yml

13 lines
310 B
YAML

name: Snapshot - 4.29 Eclipse STS Distribution Build
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'
secrets: inherit