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

@@ -16,9 +16,9 @@ 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
if: github.repository_owner == 'wolfssl'
# This should be a safe limit for the tests to run.
timeout-minutes: 4
steps: