Skip to content

Commit 73a34c4

Browse files
committed
Make publish and conclusion dependent on build-base.
1 parent 88e9602 commit 73a34c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ jobs:
445445
shell: bash
446446

447447
publish:
448-
needs: [build, check, fmt, clippy, cargo-deny]
448+
needs: [build-base, build, check, fmt, clippy, cargo-deny]
449449
runs-on: ubuntu-latest
450450
steps:
451451
- uses: actions/checkout@v3
@@ -456,7 +456,7 @@ jobs:
456456
github-token: ${{ secrets.GITHUB_TOKEN }}
457457

458458
conclusion:
459-
needs: [shellcheck, fmt, clippy, test, generate-matrix, build, publish, check, remote, bisect, docker-in-docker, foreign, podman]
459+
needs: [shellcheck, fmt, clippy, test, generate-matrix, build-base, build, publish, check, remote, bisect, docker-in-docker, foreign, podman]
460460
if: always()
461461
runs-on: ubuntu-latest
462462
steps:

0 commit comments

Comments
 (0)