Skip to content

Commit

Permalink
ci: Disable fail-fast on nightly versioned test runs (#1836)
Browse files Browse the repository at this point in the history
  • Loading branch information
bizob2828 committed Oct 27, 2023
1 parent 06b3364 commit fe1b4fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/versioned-coverage.yml
Expand Up @@ -12,6 +12,7 @@ jobs:
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
node-version: [16.x, 18.x, 20.x]

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/versioned-security-agent.yml
Expand Up @@ -27,6 +27,7 @@ jobs:
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
node-version: [16.x, 18.x, 20.x]

Expand Down

0 comments on commit fe1b4fc

Please sign in to comment.