We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5a4f40 commit 4af3718Copy full SHA for 4af3718
1 file changed
.github/workflows/monkey-ci.yml
@@ -63,10 +63,6 @@ jobs:
63
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')
64
run: exit 1
65
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
-
70
- name: Export changes
71
id: export-changes
72
run: |
0 commit comments