Skip to content

Commit cce4ea7

Browse files
committed
[TEST] Configure push workflow for PR-based dry run
1 parent 19a26a0 commit cce4ea7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/push.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
name: Push to main
1+
name: "[TEST] Push workflow dry run"
22

33
on:
4-
push:
4+
pull_request:
55
branches: [main]
66

77
jobs:
@@ -18,7 +18,6 @@ jobs:
1818
# ── Download prerequisites ──────────────────────────────────
1919
download-prerequisites:
2020
runs-on: ubuntu-latest
21-
needs: lint
2221
if: github.event.head_commit.message != 'Update package version'
2322
env:
2423
MODAL_TOKEN_ID: ${{ secrets.MODAL_TOKEN_ID }}

policyengine_us_data/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
from .datasets import *
22
from .geography import ZIP_CODE_DATASET
3+
DO_NOT_MERGE_THIS_PR = True # deliberate lint failure

0 commit comments

Comments
 (0)