Skip to content

Commit

Permalink
[GHA MAC] Un-parallelize signatures
Browse files Browse the repository at this point in the history
ci release
  • Loading branch information
RoiArthurB committed Apr 25, 2022
1 parent 4e03770 commit aa9b3cf
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/github-travis.yml
Expand Up @@ -150,7 +150,7 @@ jobs:
NOTARY_PASSWORD: ${{ secrets.NOTARY_PASSWORD }}
NOTARY_TEAM_ID: ${{ secrets.NOTARY_TEAM_ID }}
macOS-signing-x86_64_withJDK:
needs: build
needs: macOS-signing-x86_64
if: needs.build.outputs.continue_pipeline == 'true'
runs-on: macos-latest
steps:
Expand All @@ -171,7 +171,7 @@ jobs:
NOTARY_TEAM_ID: ${{ secrets.NOTARY_TEAM_ID }}

macOS-signing-aarch64:
needs: [macOS-signing-x86_64, macOS-signing-x86_64_withJDK]
needs: macOS-signing-x86_64_withJDK
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -190,7 +190,7 @@ jobs:
NOTARY_PASSWORD: ${{ secrets.NOTARY_PASSWORD }}
NOTARY_TEAM_ID: ${{ secrets.NOTARY_TEAM_ID }}
macOS-signing-aarch64_withJDK:
needs: [macOS-signing-x86_64, macOS-signing-x86_64_withJDK]
needs: macOS-signing-aarch64
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -294,8 +294,7 @@ jobs:
# Github releasing
#
publish-archives:
needs: [macOS-signing-aarch64, macOS-signing-aarch64_withJDK,
debian-archive, windows-msi]
needs: [macOS-signing-aarch64_withJDK, debian-archive, windows-msi]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit aa9b3cf

Please sign in to comment.