Skip to content

Commit

Permalink
ci: Fix wrong core matrix for github workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Huaqi Fang <[email protected]>
  • Loading branch information
fanghuaqi committed Nov 22, 2023
1 parent af59141 commit 5ac07e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 5ac07e8

Please sign in to comment.