Add e429 distro snapshot build
This commit is contained in:
@@ -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'
|
||||
|
||||
12
.github/workflows/snapshot-next-eclipse-distro-build.yml
vendored
Normal file
12
.github/workflows/snapshot-next-eclipse-distro-build.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user