Skip to content

Commit

Permalink
Add back bench job dependency for the release job
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Aug 10, 2024
1 parent a33f731 commit e55c630
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
if: ${{ github.ref == 'refs/heads/master' }}
# FIXME add the bench job back to the dependency list once rust-lang/rust#125493 gets merged
needs: [rustfmt, test, dist]
needs: [rustfmt, test, bench, dist]

permissions:
contents: write # for creating the dev tag and release
Expand Down

0 comments on commit e55c630

Please sign in to comment.