Don't require the bench job to pass for a new release

cc rust-lang/rust#125493
This commit is contained in:
bjorn3 2024-06-04 16:26:14 +02:00
parent 97d47f7077
commit 406770001e

View File

@ -282,7 +282,8 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
if: ${{ github.ref == 'refs/heads/master' }}
needs: [rustfmt, test, bench, dist]
# FIXME add the bench job back to the dependency list once rust-lang/rust#125493 gets merged
needs: [rustfmt, test, dist]
permissions:
contents: write # for creating the dev tag and release