We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a962770 commit adc412dCopy full SHA for adc412d
.github/workflows/AD.yml
@@ -9,8 +9,8 @@ on:
9
jobs:
10
test:
11
runs-on: ${{ matrix.os }}
12
- continue-on-error: ${{ matrix.version == 'nightly' }}
13
strategy:
+ fail-fast: false
14
matrix:
15
version:
16
- '1.6'
.github/workflows/Interface.yml
@@ -10,8 +10,8 @@ on:
17
0 commit comments