mirror of
https://gitee.com/openharmony/third_party_rust_proc-macro2
synced 2024-11-23 07:19:41 +00:00
Skip clippy job on pull requests
This commit is contained in:
parent
4fc89676e7
commit
a44778e1a9
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -62,6 +62,7 @@ jobs:
|
||||
clippy:
|
||||
name: Clippy
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event_name != 'pull_request'
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions-rs/toolchain@v1
|
||||
|
Loading…
Reference in New Issue
Block a user