Skip to content

Commit cde0d79

Browse files
committed
Run sync back script separately
1 parent d08f929 commit cde0d79

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/rebuild.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,16 @@ jobs:
7272
with:
7373
python-version: 3.11
7474

75+
- name: Sync back version updates to generated workflows
76+
working-directory: pr-checks
77+
run: |
78+
python3 sync_back.py -v
79+
7580
- name: Generate workflows
81+
working-directory: pr-checks
7682
run: |
77-
cd pr-checks
7883
python -m pip install --upgrade pip
7984
pip install ruamel.yaml==0.17.31
80-
python3 sync_back.py
8185
python3 sync.py
8286
8387
- name: "Merge in progress: Finish merge and push"

0 commit comments

Comments
 (0)