From 9fab3ddec0faea5d9543d8210d421ebe9170aeaf Mon Sep 17 00:00:00 2001 From: ffrancis Date: Fri, 23 Jan 2026 13:26:23 +0530 Subject: [PATCH] CI: Switch preflight checks to pull_request Switch the preflight workflow from pull_request_target to pull_request to align with updated preflight-check orchestrator introduced in [1]. [1] AudioReach/audioreach-workflows#34 Signed-off-by: ffrancis --- .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 8308540..6c70d47 100644 --- a/.github/workflows/qcom-preflight-checks.yml +++ b/.github/workflows/qcom-preflight-checks.yml @@ -1,7 +1,7 @@ name: Qualcomm Preflight Checks on: - pull_request_target: + pull_request: branches: [ main ] push: branches: [ main ]