Skip to content

Commit 9980541

Browse files
Force push auto-commits to bypass branch protection status checks
PiperOrigin-RevId: 539109983
1 parent cd78bee commit 9980541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/push_auto_update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ fi
4242
git add -A
4343
git diff --staged --quiet || git commit -am "$commit_message"
4444
git pull --rebase
45-
git push || echo "Conflicting commit hit, retrying in next job..."
45+
git push --force-with-lease || echo "Conflicting commit hit, retrying in next job..."

0 commit comments

Comments
 (0)