mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-04 21:58:59 +08:00
ci: anticheat shouldnt block ci if force ci labels are present
This commit is contained in:
parent
2b2d1a153e
commit
7d7118f744
1 changed files with 1 additions and 1 deletions
2
.github/workflows/monkey-ci.yml
vendored
2
.github/workflows/monkey-ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue