From 23d73b01aa41b099cc2d20a541bf5fb1d7c73617 Mon Sep 17 00:00:00 2001 From: aboyko Date: Thu, 6 Jul 2023 20:45:55 -0400 Subject: [PATCH] Add e429 distro snapshot build --- .../snapshot-current-eclipse-distro-build.yml | 13 ------------- .../snapshot-next-eclipse-distro-build.yml | 12 ++++++++++++ 2 files changed, 12 insertions(+), 13 deletions(-) create mode 100644 .github/workflows/snapshot-next-eclipse-distro-build.yml diff --git a/.github/workflows/snapshot-current-eclipse-distro-build.yml b/.github/workflows/snapshot-current-eclipse-distro-build.yml index 381e3089b..f8adfe79c 100644 --- a/.github/workflows/snapshot-current-eclipse-distro-build.yml +++ b/.github/workflows/snapshot-current-eclipse-distro-build.yml @@ -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' diff --git a/.github/workflows/snapshot-next-eclipse-distro-build.yml b/.github/workflows/snapshot-next-eclipse-distro-build.yml new file mode 100644 index 000000000..138e18afd --- /dev/null +++ b/.github/workflows/snapshot-next-eclipse-distro-build.yml @@ -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 \ No newline at end of file