Skip to content

Commit 7d7118f

Browse files
committed
ci: anticheat shouldnt block ci if force ci labels are present
1 parent 2b2d1a1 commit 7d7118f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/monkey-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- '.github/workflows/**/*'
6060
6161
- name: Check Anti-cheat
62-
if: steps.filter.outputs.anti-cheat == 'true'
62+
if: steps.filter.outputs.anti-cheat == 'true' && !contains(github.event.pull_request.labels.*.name, 'force-ci') && !contains(github.event.pull_request.labels.*.name, 'force-full-ci')
6363
run: exit 1
6464

6565
- name: Check Workflow Changes

0 commit comments

Comments
 (0)