Skip to content

Commit eae8118

Browse files
committed
TEST
1 parent 8f54592 commit eae8118

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build-run-applications.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ concurrency:
2929

3030
jobs:
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"
@@ -64,7 +64,7 @@ jobs:
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:
@@ -98,7 +98,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)