Skip to content

Commit bc7103d

Browse files
committed
ci(template): Move dependency on the cargo-udeps job to the finished job
1 parent 6650534 commit bc7103d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

template/.github/workflows/build.yaml.j2

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ jobs:
7575

7676
build-container-image:
7777
name: Build/Publish ${{ matrix.runner.arch }} Image
78-
needs:
79-
- cargo-udeps
8078
permissions:
8179
id-token: write
8280
strategy:
@@ -231,6 +229,7 @@ jobs:
231229
# Required Checks (in branch protections) in GitHub settings.
232230
name: Finished Build and Publish
233231
needs:
232+
- cargo-udeps
234233
- openshift-preflight-check
235234
- publish-helm-chart
236235
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)