From 12d4540479b49c1bdf5bbd238d7a3676d0dccb84 Mon Sep 17 00:00:00 2001 From: ffrancis Date: Wed, 5 Aug 2026 10:17:10 +0530 Subject: [PATCH] Disable ARMOR checkers in the Qualcomm preflight workflow Avoid running ARMOR validation on this repository because it contains documentation only and does not require source code analysis by ARMOR checkers. Signed-off-by: ffrancis --- .github/workflows/qcom-preflight-checks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/qcom-preflight-checks.yml b/.github/workflows/qcom-preflight-checks.yml index c5d0ba3..d66ef1d 100644 --- a/.github/workflows/qcom-preflight-checks.yml +++ b/.github/workflows/qcom-preflight-checks.yml @@ -16,3 +16,4 @@ jobs: uses: Audioreach/audioreach-workflows/.github/workflows/qcom-preflight-checks.yml@master with: enable-semgrep-scan: false + enable-armor-checkers: false