ci: anticheat shouldnt block ci if force ci labels are present

This commit is contained in:
Miodec 2025-03-03 16:15:49 +01:00
parent 2b2d1a153e
commit 7d7118f744

View file

@ -59,7 +59,7 @@ jobs:
- '.github/workflows/**/*'
- name: Check Anti-cheat
if: steps.filter.outputs.anti-cheat == 'true'
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')
run: exit 1
- name: Check Workflow Changes