Skip to content

Commit

Permalink
GHA nightly: deploy needs to wait for bsd as well
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
gaborcsardi committed Jan 10, 2025
1 parent a91aadc commit 683f1be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
if: ${{ (github.event.inputs.deploy == '' || github.event.inputs.deploy == 'yes') && always() }}
needs: [ macos, windows, linux, macos-arm64, linux-arm64 ]
needs: [ macos, windows, linux, macos-arm64, linux-arm64, bsd ]

steps:

Expand Down

0 comments on commit 683f1be

Please sign in to comment.