1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-01 00:54:58 +02:00

Don't run the check-required-label check on master (#2896)

This commit is contained in:
Stefan Haller
2023-08-07 08:45:48 +02:00
committed by GitHub

View File

@ -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: