Skip to content

Commit

Permalink
Dont run the self-hosted workflows when not available
Browse files Browse the repository at this point in the history
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from #23678)

(cherry picked from commit 74fd682)
  • Loading branch information
bernd-edlinger committed Mar 7, 2024
1 parent d44aa28 commit 3d62e49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 3d62e49

Please sign in to comment.