Skip to content

Commit

Permalink
CI: auto-merge: rebase again before push
Browse files Browse the repository at this point in the history
(cherry picked from commit 9b858b2)
  • Loading branch information
ting-yuan authored and KSP Auto Pick committed Jun 5, 2024
1 parent 414d37a commit 1ac3fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:

- name: push to release branch
if: success()
run: git push origin
run: git fetch && git rebase && git push origin

- name: Upload test results
if: always()
Expand Down

0 comments on commit 1ac3fd8

Please sign in to comment.