fix process replay race on push (#37643)

This commit is contained in:
Daniel Koepping
2026-03-10 20:27:40 -07:00
committed by GitHub
parent d3bcc80d28
commit 3584523a93
+1 -1
View File
@@ -164,7 +164,7 @@ jobs:
echo "${{ github.sha }}" > ref_commit
git add .
git commit -m "process-replay refs for ${{ github.repository }}@${{ github.sha }}" || echo "No changes to commit"
git push origin process-replay
git push origin process-replay --force
- name: Run regen
if: false
timeout-minutes: 4