Dont run the self-hosted workflows when not available
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Fri, 23 Feb 2024 11:04:38 +0000 (12:04 +0100)
committerBernd Edlinger <bernd.edlinger@hotmail.de>
Thu, 7 Mar 2024 17:28:29 +0000 (18:28 +0100)
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23678)

(cherry picked from commit 74fd6823884e27c18ec3fe7bd99b9bc02e6f31f3)

.github/workflows/ci.yml

index 290b5a483c366794a28eb1a1e6b58f2aa9b22984..044ef139cf7e62aba07561a3ce5b2c0f8537867e 100644 (file)
@@ -93,6 +93,7 @@ jobs:
       run: make test HARNESS_JOBS=${HARNESS_JOBS:-4}
 
   self-hosted:
+    if: github.repository == 'openssl/openssl'
     strategy:
       matrix:
         os: [freebsd-13.2, ubuntu-arm64-22.04]