Dont run the self-hosted workflows when not available

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23678)
This commit is contained in:
Bernd Edlinger 2024-02-23 12:04:38 +01:00
parent b5e076bee3
commit 74fd682388

View 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]