Skip to content

Commit 60b9ca0

Browse files
committed
test: Change where not occurs
1 parent bc5518c commit 60b9ca0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pull_request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
if: |
3030
(github.repository == 'PolicyEngine/policyengine-us-data')
31-
&& (github.event.head_commit.message != 'Update PolicyEngine US data')
31+
&& !(github.event.head_commit.message == 'Update PolicyEngine US data')
3232
steps:
3333
- name: Checkout code
3434
uses: actions/checkout@v4

0 commit comments

Comments
 (0)