mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-03-17 21:18:31 +02:00
Don't run the check-required-label check on master (#2896)
This commit is contained in:
commit
2ded352f3a
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