We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9d8460 commit 410c222Copy full SHA for 410c222
.github/workflows/ci.yaml
@@ -358,7 +358,7 @@ jobs:
358
push-gpu-operator-bundle-image:
359
# SHIVA
360
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/retag-main-latest' }} # Runs only if the event is a push to the main branch
361
- needs: [gpu-operator-image-retag]
+ needs: [gpu-operator-and-validator-image-retag]
362
runs-on: linux-amd64-cpu4
363
steps:
364
- uses: actions/checkout@v4
0 commit comments