Don't require the bench job to pass for a new release
cc rust-lang/rust#125493
This commit is contained in:
parent
97d47f7077
commit
406770001e
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -282,7 +282,8 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
if: ${{ github.ref == 'refs/heads/master' }}
|
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:
|
permissions:
|
||||||
contents: write # for creating the dev tag and release
|
contents: write # for creating the dev tag and release
|
||||||
|
Loading…
Reference in New Issue
Block a user