From 5ac07e89ee38ba480b8cf35fb8300e0a6b3844bc Mon Sep 17 00:00:00 2001 From: Huaqi Fang <578567190@qq.com> Date: Wed, 22 Nov 2023 10:04:26 +0800 Subject: [PATCH] ci: Fix wrong core matrix for github workflow Signed-off-by: Huaqi Fang <578567190@qq.com> --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 096374b..af7e70a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ on: - .gitlab-ci.yml - .gitignore pull_request: - branches: [ dev_nuclei_next ] + branches: [ dev* ] # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: @@ -24,7 +24,7 @@ jobs: strategy: matrix: soc: [demosoc, evalsoc] - core: [ux900, ux900fd, u900, u900fd] + core: [ux900, ux900fd] boot_mode: [sd, flash] # Steps represent a sequence of tasks that will be executed as part of the job