From: Bernd Edlinger Date: Fri, 23 Feb 2024 11:04:38 +0000 (+0100) Subject: Dont run the self-hosted workflows when not available X-Git-Tag: openssl-3.3.0-alpha1~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74fd6823884e27c18ec3fe7bd99b9bc02e6f31f3;p=thirdparty%2Fopenssl.git Dont run the self-hosted workflows when not available Reviewed-by: Tomas Mraz Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/23678) --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d64425ce1b7..e21381ae980 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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]