From ab6ddf6929a18ee3dce3844521db8e55414fe812 Mon Sep 17 00:00:00 2001 From: "sammy.huang" Date: Sat, 13 Apr 2024 21:17:17 +0800 Subject: [PATCH] enhance: [skip e2e] use pull_request_target event instead (#32236) issue: #32235 Signed-off-by: Liang Huang --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index b470b800a4..b06873421e 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -18,7 +18,7 @@ on: - go.mod - '!**.md' - '!build/ci/jenkins/**' - pull_request: + pull_request_target: # file paths to consider in the event. Optional; defaults to all. paths: - 'scripts/**'