Skip to content

Commit

Permalink
make condition more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed Nov 21, 2024
1 parent 97f01e8 commit c5887ca
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 @@ -156,7 +156,7 @@ jobs:

node-bench-regression-guard:
timeout-minutes: 20
if: always() && !cancelled() && !${{ github.event_name == 'pull_request' && !github.event_name == 'merge_group' }}
if: always() && !cancelled() && ${{ github.event_name == 'pull_request' }} && !${{github.event_name == 'merge_group' }}
runs-on: ubuntu-latest
needs: [preflight, cargo-check-benches]
steps:
Expand Down

0 comments on commit c5887ca

Please sign in to comment.