From 6bad42bfd04880bad1ef2559d1136c458a70c484 Mon Sep 17 00:00:00 2001 From: bjornoleh <63544115+bjornoleh@users.noreply.github.com> Date: Mon, 1 Jan 2024 10:10:12 +0100 Subject: [PATCH] create_certs.yml: skip 'needs: validate' --- .github/workflows/create_certs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create_certs.yml b/.github/workflows/create_certs.yml index cca2298874..0331bca6a1 100644 --- a/.github/workflows/create_certs.yml +++ b/.github/workflows/create_certs.yml @@ -11,7 +11,7 @@ jobs: certificates: name: Create Certificates - needs: validate + #needs: validate runs-on: macos-12 steps: # Uncomment to manually select latest Xcode if needed