Skip to content

Commit 1a5e897

Browse files
authored
[internal] Update GitHub Actions workflow files (#197)
1 parent ee7a812 commit 1a5e897

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ jobs:
570570
fields: repo,commit,author,action
571571
status: ${{ job.status }}
572572
strategy:
573-
fail-fast: true
573+
fail-fast: false
574574
matrix:
575575
language:
576576
- nodejs

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ jobs:
570570
fields: repo,commit,author,action
571571
status: ${{ job.status }}
572572
strategy:
573-
fail-fast: true
573+
fail-fast: false
574574
matrix:
575575
language:
576576
- nodejs

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ jobs:
520520
fields: repo,commit,author,action
521521
status: ${{ job.status }}
522522
strategy:
523-
fail-fast: true
523+
fail-fast: false
524524
matrix:
525525
language:
526526
- nodejs

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ jobs:
546546
fields: repo,commit,author,action
547547
status: ${{ job.status }}
548548
strategy:
549-
fail-fast: true
549+
fail-fast: false
550550
matrix:
551551
language:
552552
- nodejs

.github/workflows/run-acceptance-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ jobs:
398398
fields: repo,commit,author,action
399399
status: ${{ job.status }}
400400
strategy:
401-
fail-fast: true
401+
fail-fast: false
402402
matrix:
403403
language:
404404
- nodejs

0 commit comments

Comments
 (0)