]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
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:27:02 +0000 (18:27 +0100)
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23678)

.github/workflows/ci.yml

index d64425ce1b76f773da9bef07ffbe7a0437bade2a..e21381ae98026dda85bdd2067923421adb86008e 100644 (file)
@@ -111,6 +111,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]