From 08c29030be40e825acace73322546b8354e0b8dd Mon Sep 17 00:00:00 2001 From: John Naulty Date: Thu, 12 Dec 2024 22:17:33 -0800 Subject: [PATCH] fix: use pull_request_target for integration tests --- .github/workflows/integrationTests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integrationTests.yaml b/.github/workflows/integrationTests.yaml index cd9441507d..86f1b6f20e 100644 --- a/.github/workflows/integrationTests.yaml +++ b/.github/workflows/integrationTests.yaml @@ -3,7 +3,7 @@ on: push: branches: - "*" - pull_request: + pull_request_target: branches: - "*" jobs: