Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Run sync back script separately
  • Loading branch information
henrymercer committed Sep 10, 2025
commit cde0d796a647ee8286d3f9afcfb752c9e3415c1a
8 changes: 6 additions & 2 deletions .github/workflows/rebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,16 @@ jobs:
with:
python-version: 3.11

- name: Sync back version updates to generated workflows
working-directory: pr-checks
run: |
python3 sync_back.py -v
Comment thread
mbg marked this conversation as resolved.

- 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"
Expand Down