fix(ci): Have integration tests job require the amd64-prebuild job
This commit is contained in:
parent
157fbac4ee
commit
86b7cc5cc6
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
|
@ -229,6 +229,7 @@ jobs:
|
|||
if: github.repository == 'blue-build/cli'
|
||||
needs:
|
||||
- build-scripts
|
||||
- amd64-prebuild
|
||||
|
||||
steps:
|
||||
- name: Maximize build space
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue