Skip to content

Commit

Permalink
Fix required jobs for deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
jdno committed Oct 1, 2024
1 parent 5aad90d commit a52f975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
permissions:
id-token: write

needs: [test, local, docker]
needs: [test, release, rustup, docker]
if: github.event_name == 'push' && github.repository == 'rust-lang/promote-release' && github.ref == 'refs/heads/master'

steps:
Expand Down

0 comments on commit a52f975

Please sign in to comment.