diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index df082dc181f1c..276250f396e5c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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' }}