mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
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:
parent
b5e076bee3
commit
74fd682388
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user