Skip to content

Commit d795ecf

Browse files
committed
ci: temp disable macos, only trigger by labels and run on master
1 parent ba2b0fd commit d795ecf

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

.gitlab/ci/dependencies/dependencies.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@
4343

4444
"build:macos":
4545
labels:
46-
- build
46+
# - build
4747
- macos
4848
- macos_test # for backward compatibility
49-
patterns:
50-
- build_system
51-
- build_macos
52-
- downloadable-tools
49+
# patterns:
50+
# - build_system
51+
# - build_macos
52+
# - downloadable-tools
5353

5454
# ---------------------------
5555
# Add patterns to build rules

.gitlab/ci/rules.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -357,15 +357,8 @@
357357
- <<: *if-revert-branch
358358
when: never
359359
- <<: *if-protected-check
360-
- <<: *if-label-build
361360
- <<: *if-label-macos
362361
- <<: *if-label-macos_test
363-
- <<: *if-dev-push
364-
changes: *patterns-build_macos
365-
- <<: *if-dev-push
366-
changes: *patterns-build_system
367-
- <<: *if-dev-push
368-
changes: *patterns-downloadable-tools
369362

370363
.rules:build:target_test:
371364
rules:

0 commit comments

Comments
 (0)