mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-04-25 12:24:47 +02:00
Don't run the check-required-label check on master
master doesn't have a label, so CI for master currently always fails.
This commit is contained in:
parent
d1754a9490
commit
c877a8528f
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -206,6 +206,7 @@ jobs:
|
||||
if: ${{ failure() }}
|
||||
check-required-label:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.ref != 'refs/heads/master'
|
||||
steps:
|
||||
- uses: mheap/github-action-required-labels@v5
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user