File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed
Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -221,13 +221,7 @@ jobs:
221221 build-windows :
222222 # For any event that is not a PR, the CI will always run. In PRs, the CI
223223 # can be skipped if the tag [skip-ci] or [skip ci] is written in the title.
224- if : |
225- (github.repository_owner == 'root-project' && github.event_name != 'pull_request') ||
226- (github.event_name == 'pull_request' && !(
227- contains(github.event.pull_request.title, '[skip-ci]') ||
228- contains(github.event.pull_request.title, '[skip ci]') ||
229- contains(github.event.pull_request.labels.*.name, 'skip ci')
230- ))
224+ if : false
231225
232226 permissions :
233227 contents : read
@@ -344,13 +338,7 @@ jobs:
344338 build-linux :
345339 # For any event that is not a PR, the CI will always run. In PRs, the CI
346340 # can be skipped if the tag [skip-ci] or [skip ci] is written in the title.
347- if : |
348- (github.repository_owner == 'root-project' && github.event_name != 'pull_request') ||
349- (github.event_name == 'pull_request' && !(
350- contains(github.event.pull_request.title, '[skip-ci]') ||
351- contains(github.event.pull_request.title, '[skip ci]') ||
352- contains(github.event.pull_request.labels.*.name, 'skip ci')
353- ))
341+ if : false
354342
355343 permissions :
356344 contents : read
You can’t perform that action at this time.
0 commit comments