summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Haller <stefan@haller-berlin.de>2023-08-07 08:41:13 +0200
committerStefan Haller <stefan@haller-berlin.de>2023-08-07 08:41:13 +0200
commitc877a8528f9a640d99e44c02b92b655372ad039e (patch)
tree833c601a13fb1541edb4fdffc47231ae82339f2f
parentd1754a94908dbd73e6ecb9ba04f1c97836a10ef6 (diff)
Don't run the check-required-label check on master
master doesn't have a label, so CI for master currently always fails.
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 1 insertions, 0 deletions
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: