Skip to content

Commit edd5856

Browse files
committed
[REMOVE] Disable Windows and linux builds.
1 parent 57eb2ac commit edd5856

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

.github/workflows/root-ci.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)