mirror of
https://gitee.com/openharmony/third_party_rust_quote
synced 2025-02-22 16:02:01 +00:00
Skip clippy job on pull requests
This commit is contained in:
parent
5a1d627c43
commit
dcbfb23ca1
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -41,6 +41,7 @@ jobs:
|
||||
clippy:
|
||||
name: Clippy
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event_name != 'pull_request'
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: dtolnay/rust-toolchain@clippy
|
||||
|
Loading…
x
Reference in New Issue
Block a user