File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -29,15 +29,15 @@ concurrency:
2929
3030jobs :
3131 build :
32- continue-on-error : ${{ github.event_name == 'pull_request' && matrix.allow_fail == true }}
32+ # continue-on-error: ${{ github.event_name == 'pull_request' && matrix.allow_fail == true }}
3333 env :
3434 component_manager_ver : " 2.2.*"
3535 idf_build_apps_ver : " 2.10.1"
3636 strategy :
37- fail-fast : false
37+ # fail-fast: false
3838 matrix :
3939 idf_ver :
40- - " latest"
40+ # - "latest"
4141 - " release-v6.0"
4242 - " release-v5.5"
4343 - " release-v5.4"
6464 separator : ' ;' # idf-build-apps expects files seprated with semicolon
6565
6666 - name : Build ESP-BSP applications
67- continue-on-error : ${{ github.event_name == 'pull_request' && matrix.allow_fail == true }}
67+ # continue-on-error: ${{ github.event_name == 'pull_request' && matrix.allow_fail == true }}
6868 if : always()
6969 shell : bash
7070 env :
9898 See details: [View build logs](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}#step:${{ github.job }})
9999
100100 - uses : actions/upload-artifact@v4
101- if : github.repository_owner == 'espressif' && needs.prepare.outputs.build_only == '0'
101+ if : github.repository_owner == 'espressif' # && needs.prepare.outputs.build_only == '0'
102102 with :
103103 name : app_binaries_${{ matrix.idf_ver }}_${{ matrix.parallel_index }}
104104 path : |
You can’t perform that action at this time.
0 commit comments