Add Passed job to CI

This will be the only job required to succeed to merge a pr.
This commit is contained in:
Thomas de Zeeuw
2022-07-19 23:28:13 +02:00
parent 17b0ec4455
commit 83fb2e3faf
+14
View File
@@ -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