From 03f74598be9d7430372197e37f8f746e7c43044b Mon Sep 17 00:00:00 2001 From: aboyko Date: Thu, 6 Jul 2023 20:03:37 -0400 Subject: [PATCH] Try to re-use eclipse-distro build workflow --- .github/workflows/eclipse-distro-build.yml | 1 - ...uild.yml => snapshot-current-eclipse-distro-build.yml} | 8 ++++++-- 2 files changed, 6 insertions(+), 3 deletions(-) rename .github/workflows/{current-eclipse-distro-build.yml => snapshot-current-eclipse-distro-build.yml} (60%) diff --git a/.github/workflows/eclipse-distro-build.yml b/.github/workflows/eclipse-distro-build.yml index 14e2b5dd5..9705a0925 100644 --- a/.github/workflows/eclipse-distro-build.yml +++ b/.github/workflows/eclipse-distro-build.yml @@ -43,7 +43,6 @@ jobs: gpg_keyname: ${{ secrets.GPG_KEYID }} MACOS_CERTIFICATE_ID: ${{ secrets.MACOS_CERTIFICATE_ID }} KEYCHAIN: /Users/runner/Library/Keychains/login.keychain-db - KEYCHAIN_PASSWORD: ${{ secrets.KEYCHAIN_PASSWORD }} MACOS_NOTARIZATION_SERVICE_URL: http://localhost:8080 run: | cd eclipse-distribution diff --git a/.github/workflows/current-eclipse-distro-build.yml b/.github/workflows/snapshot-current-eclipse-distro-build.yml similarity index 60% rename from .github/workflows/current-eclipse-distro-build.yml rename to .github/workflows/snapshot-current-eclipse-distro-build.yml index 352d14412..77449aa14 100644 --- a/.github/workflows/current-eclipse-distro-build.yml +++ b/.github/workflows/snapshot-current-eclipse-distro-build.yml @@ -1,4 +1,4 @@ -name: Current Eclipse STS Distribution Build +name: Current Eclipse STS Distribution Snapshot Build # configure manual trigger on: @@ -11,8 +11,12 @@ on: jobs: eclipse-language-servers-build: - runs-on: macos-latest + 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: