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 6650534 commit bc7103dCopy full SHA for bc7103d
template/.github/workflows/build.yaml.j2
@@ -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:
@@ -231,6 +229,7 @@ jobs:
231
229
# Required Checks (in branch protections) in GitHub settings.
232
230
name: Finished Build and Publish
233
needs:
+ - cargo-udeps
234
- openshift-preflight-check
235
- publish-helm-chart
236
runs-on: ubuntu-latest
0 commit comments