From 01178b325e0335b0926240b0bcbf037f001ea7c2 Mon Sep 17 00:00:00 2001 From: gojimmypi Date: Tue, 16 Sep 2025 08:50:14 -0700 Subject: [PATCH] Remove missing strategy, run only for wolfssl owner --- .github/workflows/macos-apple-native-cert-validation.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/macos-apple-native-cert-validation.yml b/.github/workflows/macos-apple-native-cert-validation.yml index c8b161dbe..045686a14 100644 --- a/.github/workflows/macos-apple-native-cert-validation.yml +++ b/.github/workflows/macos-apple-native-cert-validation.yml @@ -14,8 +14,7 @@ concurrency: jobs: make_check: - strategy: - fail-fast: false + if: github.repository_owner == 'wolfssl' runs-on: macos-latest # This should be a safe limit for the tests to run. timeout-minutes: 5