Skip to content

Commit

Permalink
ci: disable automatic rebase attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
egil committed Apr 12, 2024
1 parent 1e3bd94 commit 05c7564
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rebase-v2-on-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
continue-on-error: true
run: |
git checkout v2
git fetch
git rebase origin/main
git push origin v2
Expand Down

0 comments on commit 05c7564

Please sign in to comment.