Skip to content

Commit

Permalink
[GHA MAC] Signing one build at a time
Browse files Browse the repository at this point in the history
ci release
  • Loading branch information
RoiArthurB committed Apr 25, 2022
1 parent e7054f7 commit e12e3da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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
if: needs.build.outputs.continue_pipeline == 'true'
runs-on: macos-latest
steps:
Expand All @@ -191,7 +191,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
if: needs.build.outputs.continue_pipeline == 'true'
runs-on: macos-latest
steps:
Expand Down

0 comments on commit e12e3da

Please sign in to comment.