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 a72e814 commit be3dd48Copy full SHA for be3dd48
.github/workflows/release.yml
@@ -36,6 +36,7 @@ jobs:
36
release:
37
needs: [containers]
38
strategy:
39
+ fail-fast: false
40
matrix:
41
os: [ ubuntu-latest, windows-latest, macos-latest ]
42
runs-on: ${{ matrix.os }}
0 commit comments