From 95168c233623e6b73f4b634fab55cd0e7cbc30c7 Mon Sep 17 00:00:00 2001 From: ffrancis Date: Fri, 23 Jan 2026 14:26:33 +0530 Subject: [PATCH] CI: Move preflight checks to pull_request Switch the preflight workflow trigger from pull_request_target to pull_request to align with the updated preflight-check orchestrator introduced in [1]. Also update the workflow input to use the new enable-semgrep-scan flag. [1] AudioReach/audioreach-workflows#34 Signed-off-by: ffrancis --- .github/workflows/qcom-preflight-checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/qcom-preflight-checks.yml b/.github/workflows/qcom-preflight-checks.yml index 23db8b0..c5d0ba3 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 ] @@ -15,4 +15,4 @@ jobs: qcom-preflight-checks: uses: Audioreach/audioreach-workflows/.github/workflows/qcom-preflight-checks.yml@master with: - semgrep: false + enable-semgrep-scan: false