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

@@ -59,10 +59,10 @@ jobs:
nss_test:
name: Test interop with nss
if: github.repository_owner == 'wolfssl'
runs-on: ubuntu-22.04
needs: build_nss
timeout-minutes: 10
if: github.repository_owner == 'wolfssl'
steps:
- name: Checking if we have nss in cache
uses: actions/cache/restore@v4