From 664c42b5abc017f142b054f096a688b7675b7110 Mon Sep 17 00:00:00 2001 From: crecine <51181861+crecine@users.noreply.github.com> Date: Fri, 15 Mar 2024 11:46:17 -0700 Subject: [PATCH] Update test_workflow.yml removed pull_request_target that was used for debugging --- .github/workflows/test_workflow.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/test_workflow.yml b/.github/workflows/test_workflow.yml index 1a69c26db..9d867971f 100644 --- a/.github/workflows/test_workflow.yml +++ b/.github/workflows/test_workflow.yml @@ -8,8 +8,6 @@ on: branches: [ main ] pull_request: branches: [ main ] - pull_request_target: - branches: [ main ] merge_group: branches: [ main ] @@ -101,4 +99,4 @@ jobs: with: sparse-checkout: | .github/actions - path: actions \ No newline at end of file + path: actions