Skip to content

Commit

Permalink
Tmp run jobs sequencially (cloud provider issues).
Browse files Browse the repository at this point in the history
  • Loading branch information
shimkiv committed Feb 6, 2024
1 parent b50524f commit 04a1947
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
run: sleep 15s
shell: bash
build-and-publish-arm64:
needs: [build-and-publish-amd64] # Make jobs run sequentially to avoid possible cloud provider issues
runs-on: ubuntu-latest
timeout-minutes: 300
steps:
Expand Down

0 comments on commit 04a1947

Please sign in to comment.