Skip to content

Commit

Permalink
add benches to merge queue
Browse files Browse the repository at this point in the history
  • Loading branch information
mordamax committed Sep 5, 2024
1 parent dcd44b1 commit 494eb21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-misc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
cargo-check-benches-branches:
needs: [ set-image ]
if: ${{ github.event_name == 'pull_request' }}
if: ${{ github.event_name == 'pull_request' || github.event_name == 'merge_group' }}
timeout-minutes: 60
outputs:
branch: ${{ steps.branch.outputs.branch }}
Expand Down

0 comments on commit 494eb21

Please sign in to comment.