Skip to content

Commit

Permalink
Skip clippy job on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Sep 18, 2021
1 parent c7dd271 commit bda41eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,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
Expand Down

0 comments on commit bda41eb

Please sign in to comment.