File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 1717 license-check :
1818 name : " License Check"
1919 runs-on : ubuntu-latest
20+ timeout-minutes : 20
2021 steps :
2122 - name : Checkout repository
2223 uses : actions/checkout@v4
2930 build-test :
3031 name : " Build Test CI"
3132 runs-on : ${{ matrix.os }}
33+ timeout-minutes : 20
3234 strategy :
3335 fail-fast : false
3436 matrix :
4951 build-image :
5052 name : " Build Operator Image CI"
5153 runs-on : ubuntu-latest
54+ timeout-minutes : 20
5255 steps :
5356 - name : Checkout repository
5457 uses : actions/checkout@v4
6568 k8s-integration-tests :
6669 name : " K8s Integration Tests"
6770 runs-on : ubuntu-latest
71+ timeout-minutes : 20
6872 strategy :
6973 fail-fast : false
7074 matrix :
@@ -144,6 +148,7 @@ jobs:
144148 lint :
145149 name : " Linter and documentation"
146150 runs-on : ubuntu-latest
151+ timeout-minutes : 20
147152 steps :
148153 - name : Checkout repository
149154 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments