Skip to content

Commit 36804e0

Browse files
committed
ci: refresh published overrides before full regression
1 parent 2af6a3f commit 36804e0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/tmp-apply-strict-content-promotion-fix.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,10 @@ jobs:
6868
assert '"runtime_evidence_eligible": True' not in text, path
6969
print('publisher activation preservation tests passed')
7070
PY
71-
- name: Full repository regression and integrity
71+
- name: Refresh published state and run full regression
7272
run: |
73+
python scripts/reapply_published_overrides.py
74+
python scripts/reapply_published_overrides.py --check
7375
python scripts/generate_release_hashes.py
7476
npm test --ignore-scripts
7577
python scripts/validate_release_integrity.py

0 commit comments

Comments
 (0)