1
0
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:
Stefan Haller 2023-08-07 08:41:13 +02:00
parent d1754a9490
commit c877a8528f

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