Skip to content

Commit 17800ef

Browse files
authored
fix(GHA): do not fail-fast on clients (freeCodeCamp#59642)
1 parent be4b7b0 commit 17800ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-legacy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ jobs:
142142
needs: [setup-jobs, api]
143143
runs-on: ubuntu-22.04
144144
strategy:
145+
fail-fast: false
145146
matrix:
146147
node-version: [20]
147148
lang-name-full:
@@ -176,7 +177,6 @@ jobs:
176177
lang-name-short: ger
177178
- lang-name-full: swahili
178179
lang-name-short: swa
179-
180180
permissions:
181181
deployments: write
182182
contents: read

0 commit comments

Comments
 (0)