Skip to content

Commit 0cc843a

Browse files
committed
TEST
1 parent 8f54592 commit 0cc843a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 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:

0 commit comments

Comments
 (0)