Skip to content

Commit 857a6a3

Browse files
committed
ci: Move dependency on the cargo-udeps job to the finished job
1 parent 7cdde45 commit 857a6a3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yaml

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:
@@ -232,6 +230,7 @@ jobs:
232230
# Required Checks (in branch protections) in GitHub settings.
233231
name: Finished Build and Publish
234232
needs:
233+
- cargo-udeps
235234
- openshift-preflight-check
236235
- publish-helm-chart
237236
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)