Skip to content

Commit

Permalink
Adjust performance verification job execution condition
Browse files Browse the repository at this point in the history
  • Loading branch information
tautschnig committed Aug 2, 2024
1 parent a8ed550 commit 3d6507c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/extra_jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ jobs:
name: Verification Benchmarks
needs: auto-label
permissions: {}
if: contains(needs.auto-label.outputs.all-labels, 'Z-BenchCI')
if: ${{ contains(needs.auto-label.outputs.all-labels, 'Z-BenchCI') && github.event_name != 'merge_group' }}
uses: ./.github/workflows/bench.yml

0 comments on commit 3d6507c

Please sign in to comment.