CI: Do not fail fast. (#13130)
Co-authored-by: Marco Ebert <marco_ebert@icloud.com>
This commit is contained in:
parent
c2a9671f66
commit
63d42c2750
2 changed files with 4 additions and 0 deletions
1
.github/workflows/images.yaml
vendored
1
.github/workflows/images.yaml
vendored
|
|
@ -134,6 +134,7 @@ jobs:
|
|||
if: |
|
||||
(needs.changes.outputs.kube-webhook-certgen == 'true')
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
k8s: [v1.28.15, v1.29.14, v1.30.10, v1.31.6, v1.32.3]
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue