Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lupyuen authored Oct 1, 2024
1 parent 4a32371 commit 6a7b1d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ jobs:

#### Begin Test
- name: Get arch
id: get-arch
run: |
pr=${{github.event.pull_request.number}}
echo pr=$pr
Expand Down Expand Up @@ -183,6 +184,7 @@ jobs:
echo Allow build: ${{matrix.boards}}
else
echo Skip build: ${{matrix.boards}}
echo "skip_build=1" >> $GITHUB_OUTPUT
fi
fi
fi
Expand Down

0 comments on commit 6a7b1d8

Please sign in to comment.