Skip to content

Commit

Permalink
Remove redundant fail-fast configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Mercer committed Oct 27, 2022
1 parent f248a57 commit 5767f91
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/codescanning-config-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
continue-on-error: true

strategy:
fail-fast: true
matrix:
include:
- os: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
timeout-minutes: 45

strategy:
fail-fast: true
matrix:
node-types-version: [12.12, current]

Expand Down

0 comments on commit 5767f91

Please sign in to comment.