From 94a80f282193451fb638040f49ca31bfc8d325b0 Mon Sep 17 00:00:00 2001 From: Brian <23239305+b-chu@users.noreply.github.com> Date: Mon, 21 Oct 2024 22:48:54 -0400 Subject: [PATCH] Fix pull request target (#3676) Co-authored-by: Saaketh Narayan --- .github/workflows/pr-gpu.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-gpu.yaml b/.github/workflows/pr-gpu.yaml index d3f1e8e90e..5e4dd0b28b 100644 --- a/.github/workflows/pr-gpu.yaml +++ b/.github/workflows/pr-gpu.yaml @@ -1,6 +1,6 @@ name: PR GPU tests on: - pull_request: + pull_request_target: workflow_dispatch: # Cancel old runs when a new commit is pushed to the same branch if not on main # or dev