We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8543284 commit e50f20eCopy full SHA for e50f20e
2 files changed
.github/workflows/push.yaml
@@ -1,7 +1,7 @@
1
-name: Push to main
+name: "[TEST] Push workflow dry run"
2
3
on:
4
- push:
+ pull_request:
5
branches: [main]
6
7
jobs:
@@ -18,7 +18,6 @@ jobs:
18
# ── Deploy Modal app (build image once) ─────────────────────
19
deploy-modal:
20
runs-on: ubuntu-latest
21
- needs: lint
22
if: github.event.head_commit.message != 'Update package version'
23
outputs:
24
app-name: ${{ steps.deploy.outputs.app_name }}
policyengine_us_data/__init__.py
@@ -1,2 +1,3 @@
from .datasets import *
from .geography import ZIP_CODE_DATASET
+DO_NOT_MERGE_THIS_PR = True # deliberate lint failure
0 commit comments