gci: Do not try to rebase if we're on master already

Changelog-None
This commit is contained in:
Christian Decker 2023-08-26 12:27:41 +02:00 committed by Rusty Russell
parent 8d5be61fcb
commit 62fdfe7f0b

View File

@ -33,6 +33,8 @@ jobs:
fetch-depth: 0
- name: Rebase
# We can't rebase if we're on master already.
if: github.ref == 'refs/heads/master'
run: |
git config user.name github-actions
git config user.email github-actions@github.com