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 5, 2024
1 parent a4df901 commit 3817df4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/arch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
echo "boards[1]=${{ fromJSON(inputs.boards)[1] }}"
echo "boards[2]=${{ fromJSON(inputs.boards)[2] }}"
echo 'builds=["arm-01", "arm-02", "arm-03"]' >> $GITHUB_OUTPUT
echo inputs.boards jq
echo '${{ inputs.boards }}' | jq ".[1]"
# Get the Labels for the PR: "Arch: risc-v \n Size: XS"
pr=${{github.event.pull_request.number}}
Expand Down

0 comments on commit 3817df4

Please sign in to comment.