From 110fa8264d4e0dc7e6a30600b51b230c115b9d51 Mon Sep 17 00:00:00 2001 From: Xiang Xiao Date: Tue, 27 Feb 2024 04:25:03 +0800 Subject: [PATCH] ci: Remove the codecheck from build.yml the check isn't really enabled and enforce before due to a mass of false alarm, but recently it break ci frequently, so it's better to remove it now. Signed-off-by: Xiang Xiao --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 35162ef0b..9d7f91181 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -118,7 +118,7 @@ jobs: strategy: matrix: - boards: [arm-01, arm-02, arm-03, arm-04, arm-05, arm-06, arm-07, arm-08, arm-09, arm-10, arm-11, arm-12, arm-13, other, risc-v, sim-01, sim-02, xtensa, codechecker] + boards: [arm-01, arm-02, arm-03, arm-04, arm-05, arm-06, arm-07, arm-08, arm-09, arm-10, arm-11, arm-12, arm-13, other, risc-v, sim-01, sim-02, xtensa] steps: - name: Download Source Artifact