Skip to content

Commit

Permalink
CI: auto-merge: rebase again before push
Browse files Browse the repository at this point in the history
  • Loading branch information
ting-yuan committed Jun 5, 2024
1 parent d02b90f commit 9b858b2
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 9b858b2

Please sign in to comment.