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 5, 2024
1 parent 517cf7f commit 8f57054
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,18 +133,18 @@ jobs:
steps:

#### Comment
- name: Get arch
id: get-arch
uses: lupyuen5/label-nuttx@master
with:
os: Linux
board: ${{matrix.boards}}
# - name: Get arch
# id: get-arch
# uses: lupyuen5/label-nuttx@master
# with:
# os: Linux
# board: ${{matrix.boards}}

#### Remove
- name: TODO
run: |
skip_build=${{ steps.get-arch.outputs.skip_build }}
echo skip_build=$skip_build ####
# - name: TODO
# run: |
# skip_build=${{ steps.get-arch.outputs.skip_build }}
# echo skip_build=$skip_build ####

- name: Download Source Artifact
if: ${{ steps.get-arch.outputs.skip_build != '1' }}
Expand Down

0 comments on commit 8f57054

Please sign in to comment.