summaryrefslogtreecommitdiffstats
path: root/.github
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:27:02 +0100
commit74fd6823884e27c18ec3fe7bd99b9bc02e6f31f3 (patch)
tree83da7d3d9b3d30a2b51d3866e137cf714d793c35 /.github
parentb5e076bee3c0445c108a6a35f077083ee42f9d80 (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)
Diffstat (limited to '.github')
-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 d64425ce1b..e21381ae98 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]