From 2a4dfde2dec525ca8bde049fb59d5058b7248e9e Mon Sep 17 00:00:00 2001 From: "sammy.huang" Date: Thu, 18 Apr 2024 17:15:37 +0800 Subject: [PATCH] enhance: revert [skip e2e] use pull_request_target event instead (#32426) This reverts commit ab6ddf6929a18ee3dce3844521db8e55414fe812. 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 e7425e9114..bdfceea139 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -18,7 +18,7 @@ on: - go.mod - '!**.md' - '!build/ci/jenkins/**' - pull_request_target: + pull_request: # file paths to consider in the event. Optional; defaults to all. paths: - 'scripts/**'