Run sync back script separately

This commit is contained in:
Henry Mercer
2025-09-10 18:14:08 +01:00
parent d08f929510
commit cde0d796a6
+7 -3
View File
@@ -72,12 +72,16 @@ jobs:
with:
python-version: 3.11
- name: Generate workflows
- name: Sync back version updates to generated workflows
working-directory: pr-checks
run: |
python3 sync_back.py -v
- name: Generate workflows
working-directory: pr-checks
run: |
cd pr-checks
python -m pip install --upgrade pip
pip install ruamel.yaml==0.17.31
python3 sync_back.py
python3 sync.py
- name: "Merge in progress: Finish merge and push"