From 40aa52c894292cc9264a0feeda0b8cb885562c71 Mon Sep 17 00:00:00 2001 From: Chuck Daniels Date: Mon, 16 Sep 2024 20:12:22 -0400 Subject: [PATCH] Revert pull_request_target --- .github/workflows/integration-test.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 360f71ed..f78a9430 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -1,10 +1,7 @@ name: Integration Tests on: - pull_request_target: - types: - - opened - - synchronize + pull_request: push: branches: - main