Ensure workflows only run for wolfssl repository_owner

This commit is contained in:
gojimmypi
2025-06-27 16:29:13 -07:00
parent 4421f8bd84
commit 7621612eb8
8 changed files with 9 additions and 4 deletions

View File

@@ -15,6 +15,7 @@ concurrency:
jobs:
build_wolfssl:
name: Build wolfSSL
if: github.repository_owner == 'wolfssl'
# Just to keep it the same as the testing target
runs-on: ubuntu-22.04
# This should be a safe limit for the tests to run.
@@ -49,6 +50,7 @@ jobs:
- osp_ref: 2.6.7
git_ref: OPENLDAP_REL_ENG_2_6_7
name: ${{ matrix.osp_ref }}
if: github.repository_owner == 'wolfssl'
runs-on: ubuntu-22.04
# This should be a safe limit for the tests to run.
timeout-minutes: 20