Skip to content

Commit

Permalink
Wait for checks before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
marlonbaeten committed Feb 15, 2024
1 parent ff24309 commit 98a0512
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,15 @@ jobs:
- uses: tweedegolf/ci-standard/.github/actions/cargo-udeps@main

publish:
needs:
- format
- outdated
- deny
- build
- clippy
- test
- test-release
- udeps
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 98a0512

Please sign in to comment.