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 de4da7e commit 9fda55bCopy full SHA for 9fda55b
.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