diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-08-10 15:20:58 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-08-10 15:20:58 +0000 |
| commit | e55c630133a1b07af0cd158e8056aca606901a32 (patch) | |
| tree | a9719feeb20f820aeae96efb0b2d0d010269ac66 | |
| parent | a33f731df7727e8536d073d5b8d4f4c7b6470eb5 (diff) | |
| download | rust-e55c630133a1b07af0cd158e8056aca606901a32.tar.gz rust-e55c630133a1b07af0cd158e8056aca606901a32.zip | |
Add back bench job dependency for the release job
| -rw-r--r-- | .github/workflows/main.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 896a5c34c3e..2ee94146c1a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 |
