From c2f1eb14236d6dde549feb901bf5c4541abcdd37 Mon Sep 17 00:00:00 2001 From: aboyko Date: Thu, 6 Jul 2023 20:11:53 -0400 Subject: [PATCH] Another attempt at properly using re-usable workflow --- .../snapshot-current-eclipse-distro-build.yml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/.github/workflows/snapshot-current-eclipse-distro-build.yml b/.github/workflows/snapshot-current-eclipse-distro-build.yml index 77449aa14..e07c046da 100644 --- a/.github/workflows/snapshot-current-eclipse-distro-build.yml +++ b/.github/workflows/snapshot-current-eclipse-distro-build.yml @@ -1,4 +1,4 @@ -name: Current Eclipse STS Distribution Snapshot Build +name: Snapshot - Current Eclipse STS Distribution Build # configure manual trigger on: @@ -11,14 +11,15 @@ on: jobs: eclipse-language-servers-build: - 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 +# runs-on: ubuntu-latest +# steps: +# - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 +# with: +# sparse-checkout: | +# .github +# - name: Eclipse 4.28 Distro Build + e428-distro: + uses: ./.github/workflows/eclipse-distro-build.yml with: eclipse_profile: 'e428' build_type: 'snapshot' \ No newline at end of file