Skip to content

Commit ffbe6d0

Browse files
authored
fix(ci): don't cancel other update dependencies tasks when one fails (#7601)
1 parent 3369838 commit ffbe6d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update-dependencies.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
needs: configure_matrix
4747
env:
4848
UPDATE_BRANCH_NAME: ci/update-${{ matrix.group_name }}
49+
continue-on-error: true
4950
strategy:
5051
matrix:
5152
group_name: ${{ fromJSON(needs.configure_matrix.outputs.group_name) }}

0 commit comments

Comments
 (0)