We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef5547d commit bc5518cCopy full SHA for bc5518c
2 files changed
.github/workflows/pull_request.yaml
@@ -1,4 +1,4 @@
1
-name: CI/CD
+name: Pull request
2
3
on:
4
pull_request:
@@ -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
.github/workflows/push.yaml
+name: Push
push:
0 commit comments