Skip to content

Commit 0a62295

Browse files
committed
chore: split workflow wiring from generated source commit
1 parent 760d37c commit 0a62295

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/apply-security-fix.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ jobs:
3434
- name: Apply source changes
3535
run: python3 .github/scripts/apply-security-fix.py
3636

37-
- name: Keep the archive test CI-only
37+
- name: Keep workflow wiring and archive test script CI-only
3838
run: |
39+
git checkout -- .github/workflows/test.yml
3940
python3 - <<'PY'
4041
from pathlib import Path
4142
path = Path('package.json')

0 commit comments

Comments
 (0)