Skip to content

Commit 69d3a56

Browse files
committed
Remove redundant fail-fast configurations
1 parent 0a108bf commit 69d3a56

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/codescanning-config-cli.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
continue-on-error: true
2525

2626
strategy:
27-
fail-fast: true
2827
matrix:
2928
include:
3029
- os: ubuntu-latest

.github/workflows/pr-checks.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
timeout-minutes: 45
1717

1818
strategy:
19-
fail-fast: true
2019
matrix:
2120
node-types-version: [12.12, current]
2221

0 commit comments

Comments
 (0)