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

@@ -9,6 +9,7 @@ on:
jobs:
build:
if: github.repository_owner == 'wolfssl'
runs-on: ubuntu-latest
steps: