File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -400,8 +400,9 @@ jobs:
400400 retention-days : 15
401401
402402 release-latest-gpu-operator-image :
403- if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} # Runs only if the event is a push to the main branch
404- needs : [e2e-tests-containerd, e2e-tests-nvidiadriver]
403+ # if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} # Runs only if the event is a push to the main branch
404+ # needs: [e2e-tests-containerd, e2e-tests-nvidiadriver]
405+ needs : [build-multi-arch-images]
405406 runs-on : linux-amd64-cpu4
406407 steps :
407408 - uses : actions/checkout@v5
@@ -426,7 +427,7 @@ jobs:
426427 regctl image copy ${OPERATOR_IMAGE}:${OPERATOR_VERSION} ${OPERATOR_IMAGE}:main-latest
427428
428429 push-gpu-operator-bundle-image :
429- if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} # Runs only if the event is a push to the main branch
430+ # if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} # Runs only if the event is a push to the main branch
430431 needs : [release-latest-gpu-operator-image]
431432 runs-on : linux-amd64-cpu4
432433 steps :
You can’t perform that action at this time.
0 commit comments