From c03d0d4823ee44f079cc57e6b581560e4ff74ea4 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Sun, 26 Jan 2025 22:14:56 +0100 Subject: [PATCH] ci: Do not run macos tests on third-party MRs The macos images are not available for third-party contributors and they prevent the CI to continue from the tests stage. Signed-off-by: Jakub Jelen Reviewed-by: Andreas Schneider --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index db730001..10195c93 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -730,6 +730,11 @@ coverity: - brew update - brew install cmake openssl cmocka doxygen - mkdir obj && cd obj + only: + - branches@libssh/libssh-mirror + - branches@cryptomilk/libssh-mirror + - branches@jjelen/libssh-mirror + - branches@marco.fortina/libssh-mirror # TODO add -DFUZZ_TESTING=ON clang cant find _LLVMFuzzerInitialize on arm64 macos-m1: