gci: Fix wrong guard on rebase step

This commit is contained in:
Christian Decker 2023-08-28 13:21:54 +02:00 committed by Rusty Russell
parent 4ff513da55
commit cda06db367

View file

@ -35,7 +35,7 @@ jobs:
- name: Rebase
# We can't rebase if we're on master already.
if: github.ref == 'refs/heads/master'
if: github.ref != 'refs/heads/master'
run: |
git config user.name github-actions
git config user.email github-actions@github.com