From 4476f54009dc97e49a3ece76be0038fdd8897a17 Mon Sep 17 00:00:00 2001 From: ffrancis Date: Fri, 23 Jan 2026 13:22:40 +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 f130548..c3beb34 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: [ master ] push: branches: [ master ]