Skip to content

Commit

Permalink
Update arch.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lupyuen authored Oct 17, 2024
1 parent d1d4e45 commit 770c25b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/arch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,15 @@ jobs:
boards=$( echo '${{ inputs.boards }}' | jq --compact-output ".")
numboards=$( echo "$boards" | jq "length" )
# Exclude arm-08 to arm-14
boards=$(
echo '${{ inputs.boards }}' |
jq --compact-output 'map(select(test("arm-0[8-9]") == false and test("arm-1.+") == false))'
)
numboards=$( echo "$boards" | jq "length" )
echo boards=$boards
echo numboards=$numboards
# We consider only Simple PRs with:
# Arch + Size Labels Only
# Board + Size Labels Only
Expand Down

0 comments on commit 770c25b

Please sign in to comment.