File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -142,8 +142,10 @@ jobs:
142
142
run : bash .ci/minikube_integration.sh
143
143
push-operator-image :
144
144
needs :
145
- - k8s-1-26-integration-test
146
- - k8s-1-25-integration-test
145
+ # uncomment and remove version-check when integration testing for k8s has been fixed
146
+ # - k8s-1-26-integration-test
147
+ # - k8s-1-25-integration-test
148
+ - version-check
147
149
runs-on : ubuntu-latest
148
150
steps :
149
151
- name : Checkout registry-operator source code
@@ -159,8 +161,10 @@ jobs:
159
161
tags : ${{ github.ref_name }}
160
162
push-operator-bundle :
161
163
needs :
162
- - k8s-1-26-integration-test
163
- - k8s-1-25-integration-test
164
+ # uncomment and remove version-check when integration testing for k8s has been fixed
165
+ # - k8s-1-26-integration-test
166
+ # - k8s-1-25-integration-test
167
+ - version-check
164
168
runs-on : ubuntu-latest
165
169
steps :
166
170
- name : Checkout registry-operator source code
You can’t perform that action at this time.
0 commit comments