We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b7a7648 + ea808d6 commit 21b2842Copy full SHA for 21b2842
.github/workflows/ci.yml
@@ -112,6 +112,7 @@ jobs:
112
needs: build
113
runs-on: ubuntu-22.04
114
strategy:
115
+ fail-fast: false
116
matrix:
117
# Here support the latest three minor releases of Kubernetes, this can be considered to be roughly
118
# the same as the End of Life of the Kubernetes release: https://kubernetes.io/releases/
.github/workflows/cli.yaml
@@ -13,6 +13,7 @@ jobs:
13
name: init
14
15
16
17
18
19
0 commit comments