Skip to content

Commit

Permalink
ci(action): fix prevent-duplicate-checks output (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
sheerlox authored Nov 17, 2023
1 parent 57847af commit 7a950d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: insurgent-lab/[email protected]
id: isInPR
outputs:
should-run: ${{ steps.isInPR.outputs.result == 'false' }}
should-run: ${{ !(steps.isInPR.outputs.result == 'true' && github.event_name == 'push') }}

test_matrix:
strategy:
Expand Down

0 comments on commit 7a950d9

Please sign in to comment.