Skip clippy job on pull requests

This commit is contained in:
David Tolnay 2021-09-18 16:42:02 -07:00
parent 4fc89676e7
commit a44778e1a9
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -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