We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc5518c commit 60b9ca0Copy full SHA for 60b9ca0
1 file changed
.github/workflows/pull_request.yaml
@@ -28,7 +28,7 @@ jobs:
28
runs-on: ubuntu-latest
29
if: |
30
(github.repository == 'PolicyEngine/policyengine-us-data')
31
- && (github.event.head_commit.message != 'Update PolicyEngine US data')
+ && !(github.event.head_commit.message == 'Update PolicyEngine US data')
32
steps:
33
- name: Checkout code
34
uses: actions/checkout@v4
0 commit comments