From c877a8528f9a640d99e44c02b92b655372ad039e Mon Sep 17 00:00:00 2001 From: Stefan Haller Date: Mon, 7 Aug 2023 08:41:13 +0200 Subject: [PATCH] Don't run the check-required-label check on master master doesn't have a label, so CI for master currently always fails. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1edc2a7c5..a3e1ef87a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: