Skip to content

Commit

Permalink
Update checkpatch to run only when kernel files are touched
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua-Dickens authored Aug 23, 2023
1 parent 487f619 commit d2c0970
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/checkpatch.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
on: [ pull_request ]
on:
pull_request:
paths:
- '3.17/**'
- '4.5/**'

jobs:
checkpatch:
Expand Down

0 comments on commit d2c0970

Please sign in to comment.