Skip to content

Commit bc5518c

Browse files
committed
fix: Syntax issues
1 parent ef5547d commit bc5518c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pull_request.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI/CD
1+
name: Pull request
22

33
on:
44
pull_request:
@@ -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

.github/workflows/push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI/CD
1+
name: Push
22

33
on:
44
push:

0 commit comments

Comments
 (0)