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

@@ -47,6 +47,7 @@ jobs:
# List of releases to test
ref: [ 2.9.1 ]
name: ${{ matrix.ref }}
if: github.repository_owner == 'wolfssl'
runs-on: ubuntu-22.04
container:
image: quay.io/sssd/ci-client-devel:ubuntu-latest