summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernd Edlinger <bernd.edlinger@hotmail.de>2024-02-23 12:04:38 +0100
committerBernd Edlinger <bernd.edlinger@hotmail.de>2024-03-07 18:28:29 +0100
commitd6c7fead7c89e85416f28206076d5a5aa94cb1cd (patch)
tree366f181aa4ce4ca88c09d3afb80bcc85504bd4aa
parent0c78270e7bb1757348cbe23a132fcce34af1cdfe (diff)
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) (cherry picked from commit 74fd6823884e27c18ec3fe7bd99b9bc02e6f31f3)
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 290b5a483c..044ef139cf 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]