Skip to content

Commit

Permalink
fix(ci): Have integration tests job require the amd64-prebuild job
Browse files Browse the repository at this point in the history
  • Loading branch information
gmpinder committed Nov 1, 2024
1 parent 157fbac commit 86b7cc5
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 @@ -229,6 +229,7 @@ jobs:
if: github.repository == 'blue-build/cli'
needs:
- build-scripts
- amd64-prebuild

steps:
- name: Maximize build space
Expand Down

0 comments on commit 86b7cc5

Please sign in to comment.