Add e429 distro snapshot build

This commit is contained in:
aboyko
2023-07-06 20:45:55 -04:00
parent 4b7f862f85
commit 23d73b01aa
2 changed files with 12 additions and 13 deletions

View File

@@ -1,23 +1,10 @@
name: Snapshot - Current Eclipse STS Distribution Build
# configure manual trigger
on:
workflow_dispatch:
#on:
# push:
# branches:
# - 'main'
jobs:
e428-distro:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
# with:
# sparse-checkout: |
# .github
# - name: Eclipse 4.28 Distro Build
uses: ./.github/workflows/eclipse-distro-build.yml
with:
eclipse_profile: 'e428'

View File

@@ -0,0 +1,12 @@
name: Snapshot - Next Eclipse STS Distribution Build
on:
workflow_dispatch:
jobs:
e429-distro:
uses: ./.github/workflows/eclipse-distro-build.yml
with:
eclipse_profile: 'e429'
build_type: 'snapshot'
secrets: inherit