Disable the clippy-action for pull requests
This commit is contained in:
parent
8234df7f3d
commit
4e47c7ea8d
|
@ -5,6 +5,8 @@ on: [push, pull_request]
|
||||||
jobs:
|
jobs:
|
||||||
clippy-test:
|
clippy-test:
|
||||||
|
|
||||||
|
if: github.event_name == 'push'
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in New Issue