From 6a4252915ad7bc05eda08c89711986f910cd2723 Mon Sep 17 00:00:00 2001 From: Matthew Mathias Date: Tue, 5 Mar 2024 16:10:28 -0800 Subject: [PATCH] Comment out fork check --- .github/workflows/integration_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 30295eca..4f2aff03 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -50,7 +50,7 @@ jobs: runs-on: macOS-12 needs: check-pr-body-for-key # Don't run if triggered by a PR from a fork since our Secrets won't be provided to the runner. - if: needs.check-pr-body-for-key.outputs.RUN_INTEGRATION == 'yes' && "!github.event.pull_request.head.repo.fork" + if: needs.check-pr-body-for-key.outputs.RUN_INTEGRATION == 'yes'# && "!github.event.pull_request.head.repo.fork" defaults: run: working-directory: Samples/Swift/DaysUntilBirthday