Skip to content

Commit 4af3718

Browse files
committed
allow ci to run
1 parent d5a4f40 commit 4af3718

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/monkey-ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,6 @@ jobs:
6363
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')
6464
run: exit 1
6565

66-
- name: Check Workflow Changes
67-
if: steps.filter.outputs.workflows == 'true' && !contains(github.event.pull_request.labels.*.name, 'force-ci') && !contains(github.event.pull_request.labels.*.name, 'force-full-ci')
68-
run: exit 1
69-
7066
- name: Export changes
7167
id: export-changes
7268
run: |

0 commit comments

Comments
 (0)