Skip to content

Commit

Permalink
Disable fail-fast on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
penelopeysm committed Oct 25, 2024
1 parent a962770 commit adc412d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/AD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ on:
jobs:
test:
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.version == 'nightly' }}
strategy:
fail-fast: false
matrix:
version:
- '1.6'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Interface.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ on:
jobs:
test:
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.version == 'nightly' }}
strategy:
fail-fast: false
matrix:
version:
- '1.6'
Expand Down

0 comments on commit adc412d

Please sign in to comment.