From 4e90e3216594735c69196358ae4a2b9eaa646e44 Mon Sep 17 00:00:00 2001 From: Abhijith Desai Date: Tue, 28 Jul 2026 10:39:44 +0530 Subject: [PATCH] ci: avoid unsafe fork checkout in pull_request_target workflows Signed-off-by: Abhijith Desai --- .github/workflows/qcom-preflight-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qcom-preflight-checks.yml b/.github/workflows/qcom-preflight-checks.yml index 063e09a..a0f24ab 100644 --- a/.github/workflows/qcom-preflight-checks.yml +++ b/.github/workflows/qcom-preflight-checks.yml @@ -1,6 +1,6 @@ name: Qualcomm Preflight Checks on: - pull_request_target: + pull_request: branches: [ main ] push: branches: [ main ]