Skip to content

Commit 467ece2

Browse files
committed
Do not run clippy-check if the branch was pushed by dependabot
Signed-off-by: Thomas Farr <[email protected]>
1 parent 11bd69a commit 467ece2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/clippy_check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Clippy check
33
jobs:
44
clippy_check:
55
runs-on: ubuntu-latest
6+
if: github.actor != 'dependabot[bot]'
67
steps:
78
- uses: actions/checkout@v1
89
- uses: actions-rs/toolchain@v1

0 commit comments

Comments
 (0)