Skip to content

Commit

Permalink
test: Change where not occurs
Browse files Browse the repository at this point in the history
  • Loading branch information
anth-volk committed Sep 18, 2024
1 parent bc5518c commit 60b9ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
if: |
(github.repository == 'PolicyEngine/policyengine-us-data')
&& (github.event.head_commit.message != 'Update PolicyEngine US data')
&& !(github.event.head_commit.message == 'Update PolicyEngine US data')
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 60b9ca0

Please sign in to comment.