Disable macOS jobs on release branches

We tell people to download the master branch builds and not those
This commit is contained in:
Albert Vaca Cintora
2025-05-09 13:00:55 +02:00
parent 0d33451f45
commit 1fbaa4c5ec

View File

@@ -16,7 +16,12 @@ include:
- /gitlab-templates/clang-format.yml
- /gitlab-templates/craft-windows-x86-64-qt6.yml
- /gitlab-templates/craft-windows-appx-qt6.yml
- /gitlab-templates/craft-macos-x86-64-qt6.yml
- /gitlab-templates/craft-macos-arm64-qt6.yml
- /gitlab-templates/xml-lint.yml
- /gitlab-templates/yaml-lint.yml
- project: sysadmin/ci-utilities
file:
- /gitlab-templates/craft-macos-x86-64-qt6.yml
- /gitlab-templates/craft-macos-arm64-qt6.yml
rules:
- if: $CI_COMMIT_BRANCH =~ /^release\//
when: never