Skip to content

Commit

Permalink
Add Passed job to CI
Browse files Browse the repository at this point in the history
This will be the only job required to succeed to merge a pr.
  • Loading branch information
Thomasdezeeuw committed Jul 19, 2022
1 parent 2510dd7 commit 4883ab4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,17 @@ jobs:
run: cargo install --debug cargo-hack
- name: Check all targets
run: make check_all_targets
# Single job required to merge the pr.
Passed:
runs-on: ubuntu-latest
needs:
- Test
- MinimalVersions
- MSRV
- Nightly
- Clippy
- Docs
- Rustfmt
- CheckTargets
steps:
- run: exit 0

0 comments on commit 4883ab4

Please sign in to comment.