Skip to content

Commit fa787bc

Browse files
committed
Make publish and conclusion dependent on build-base.
1 parent e110972 commit fa787bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ jobs:
418418
shell: bash
419419

420420
publish:
421-
needs: [build, check, fmt, clippy, cargo-deny]
421+
needs: [build-base, build, check, fmt, clippy, cargo-deny]
422422
runs-on: ubuntu-latest
423423
steps:
424424
- uses: actions/checkout@v3
@@ -429,7 +429,7 @@ jobs:
429429
github-token: ${{ secrets.GITHUB_TOKEN }}
430430

431431
conclusion:
432-
needs: [shellcheck, fmt, clippy, test, generate-matrix, build, publish, check, remote, bisect, docker-in-docker, foreign]
432+
needs: [shellcheck, fmt, clippy, test, generate-matrix, build-base, build, publish, check, remote, bisect, docker-in-docker, foreign]
433433
if: always()
434434
runs-on: ubuntu-latest
435435
steps:

0 commit comments

Comments
 (0)