mirror of
https://github.com/openharmony/third_party_rust_mio.git
synced 2026-06-30 20:58:01 -04:00
Add Passed job to CI
This will be the only job required to succeed to merge a pr.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user