We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19a26a0 commit cce4ea7Copy full SHA for cce4ea7
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
# ── Download prerequisites ──────────────────────────────────
19
download-prerequisites:
20
runs-on: ubuntu-latest
21
- needs: lint
22
if: github.event.head_commit.message != 'Update package version'
23
env:
24
MODAL_TOKEN_ID: ${{ secrets.MODAL_TOKEN_ID }}
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