Skip to content

Commit

Permalink
fix: Fix for #2147 (#2386)
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert authored Jan 23, 2025
1 parent 7a25920 commit c4db9b5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,5 @@ jobs:

bench:
needs: [check]
if: >
(github.event_name == 'workflow_dispatch' && github.event.inputs.run_benchmarks) ||
(github.event_name != 'workflow_dispatch' && github.event_name != 'pull_request')
if: github.event_name != 'workflow_dispatch' || github.event.inputs.run_benchmarks
uses: ./.github/workflows/bench.yml

0 comments on commit c4db9b5

Please sign in to comment.