summaryrefslogtreecommitdiffstats
path: root/.github/workflows
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:57 +0100
commitd8796dbb4200498339c5650b18fe5da5a7df9b2b (patch)
tree3a12e6522ea510d585d6ff9416d6335644ddbb4c /.github/workflows
parentc22c985e5d556f3521504e0ab3f1426bdd6afce1 (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)
Diffstat (limited to '.github/workflows')
-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 85a2286e3c..5eff08d296 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -108,6 +108,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]