gci: Fix wrong guard on rebase step
This commit is contained in:
committed by
Rusty Russell
parent
4ff513da55
commit
cda06db367
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user