Skip to content

Commit 3bd48e9

Browse files
committed
ci: disable fail-fast on check
1 parent 77dc5fc commit 3bd48e9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/check-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
jobs:
1616
check-docs:
1717
strategy:
18+
fail-fast: false
1819
matrix:
1920
os: [ubuntu-latest, windows-latest, macos-latest]
2021
node: ['14', '16', '18']

.github/workflows/check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
jobs:
1616
check:
1717
strategy:
18+
fail-fast: false
1819
matrix:
1920
os: [ubuntu-latest, windows-latest, macos-latest]
2021
node: ['14', '16', '18']

0 commit comments

Comments
 (0)