We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d08f929 commit cde0d79Copy full SHA for cde0d79
.github/workflows/rebuild.yml
@@ -72,12 +72,16 @@ jobs:
72
with:
73
python-version: 3.11
74
75
+ - name: Sync back version updates to generated workflows
76
+ working-directory: pr-checks
77
+ run: |
78
+ python3 sync_back.py -v
79
+
80
- name: Generate workflows
81
82
run: |
- cd pr-checks
83
python -m pip install --upgrade pip
84
pip install ruamel.yaml==0.17.31
- python3 sync_back.py
85
python3 sync.py
86
87
- name: "Merge in progress: Finish merge and push"
0 commit comments