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
commit 2ded352f3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -206,6 +206,7 @@ jobs:
if: ${{ failure() }} if: ${{ failure() }}
check-required-label: check-required-label:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: github.ref != 'refs/heads/master'
steps: steps:
- uses: mheap/github-action-required-labels@v5 - uses: mheap/github-action-required-labels@v5
with: with: