Skip to content

Commit 9fda55b

Browse files
committed
set fail-fast to false
1 parent de4da7e commit 9fda55b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test_cloudpods.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
needs: get-releases
3131
runs-on: ubuntu-latest
3232
strategy:
33+
fail-fast: false
3334
matrix:
3435
tag: ${{ fromJson(needs.get-releases.outputs.matrix) }}
3536
db: ['mariadb', 'mysql']

0 commit comments

Comments
 (0)