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 eec8754 commit 829fb12
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,14 +115,6 @@ jobs:
name: source-bundle
path: sources.tar.gz

#### Comment
Arch:
uses: lupyuen5/label-nuttx/.github/workflows/arch.yml@master #### Change lupyuen5
needs: Fetch-Source
with:
os: Linux
board: TestBoard #### ${{matrix.boards}}

Linux:
needs: [Fetch-Source, Arch]
runs-on: ubuntu-latest
Expand All @@ -140,13 +132,19 @@ jobs:

steps:

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

#### Remove
- name: TODO
run: |
skip_build=${{ needs.Arch.outputs.skip_build }}
skip_build=${{ steps.get-arch.outputs.skip_build }}
echo skip_build=$skip_build ####
echo "skip_build=1" >> $GITHUB_OUTPUT
- name: Download Source Artifact
if: ${{ steps.get-arch.outputs.skip_build != '1' }}
Expand Down

0 comments on commit 829fb12

Please sign in to comment.