Skip to content

Commit 110fa82

Browse files
xiaoxiang781216anchao
authored andcommitted
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 <[email protected]>
1 parent 30b3744 commit 110fa82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118

119119
strategy:
120120
matrix:
121-
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]
121+
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]
122122

123123
steps:
124124
- name: Download Source Artifact

0 commit comments

Comments
 (0)