1 parent 760d37c commit 0a62295Copy full SHA for 0a62295
1 file changed
.github/workflows/apply-security-fix.yml
@@ -34,8 +34,9 @@ jobs:
34
- name: Apply source changes
35
run: python3 .github/scripts/apply-security-fix.py
36
37
- - name: Keep the archive test CI-only
+ - name: Keep workflow wiring and archive test script CI-only
38
run: |
39
+ git checkout -- .github/workflows/test.yml
40
python3 - <<'PY'
41
from pathlib import Path
42
path = Path('package.json')
0 commit comments