Skip to content

Commit b24b21d

Browse files
committed
Don't cancel other matrix jobs if one fails
1 parent e56e7c4 commit b24b21d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/integration_tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
build:
1111
runs-on: ubuntu-20.04
1212
strategy:
13+
# don't cancel other matrix jobs if one fails
14+
fail-fast: false
1315
matrix:
1416
# NOTE: these need to be valid kindest/node image versions
1517
k8s_version: ['1.21.2', '1.22.7', '1.23.5']

0 commit comments

Comments
 (0)