We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cdde45 commit 857a6a3Copy full SHA for 857a6a3
.github/workflows/build.yaml
@@ -75,8 +75,6 @@ jobs:
75
76
build-container-image:
77
name: Build/Publish ${{ matrix.runner.arch }} Image
78
- needs:
79
- - cargo-udeps
80
permissions:
81
id-token: write
82
strategy:
@@ -232,6 +230,7 @@ jobs:
232
230
# Required Checks (in branch protections) in GitHub settings.
233
231
name: Finished Build and Publish
234
needs:
+ - cargo-udeps
235
- openshift-preflight-check
236
- publish-helm-chart
237
runs-on: ubuntu-latest
0 commit comments