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 f04d7e3 commit 8885e76Copy full SHA for 8885e76
.github/workflows/test_cloudpods.yml
@@ -30,6 +30,7 @@ jobs:
30
needs: get-releases
31
runs-on: ubuntu-latest
32
strategy:
33
+ fail-fast: false
34
matrix:
35
tag: ${{ fromJson(needs.get-releases.outputs.matrix) }}
36
db: ['mariadb', 'mysql']
0 commit comments