Skip to content

Commit da8dddd

Browse files
anth-volkclaude
andcommitted
[TEST] Configure push workflow for PR-based dry run
DO NOT MERGE - test-only changes to validate push.yaml workflow. Contains deliberate lint failure to prevent accidental merge. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 6a959a4 commit da8dddd

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
# ── Per-dataset build and test on Modal ─────────────────────
1919
build-and-test:
2020
runs-on: ubuntu-latest
21-
needs: lint
2221
if: github.event.head_commit.message != 'Update package version'
2322
timeout-minutes: 240
2423
env:

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)