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.1.6~93 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6c7fead7c89e85416f28206076d5a5aa94cb1cd;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) (cherry picked from commit 74fd6823884e27c18ec3fe7bd99b9bc02e6f31f3) --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 290b5a483c3..044ef139cf7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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]