From e1f88be374e98df1dcc075e17a3d515d7daad6c2 Mon Sep 17 00:00:00 2001 From: Tim Newsome Date: Wed, 19 Jul 2023 13:09:18 -0700 Subject: debug: Only run pylint if debug files changed. --- .github/workflows/debug.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index 29ca5b2..7b6beb4 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -1,6 +1,9 @@ -on: pull_request +on: + pull_request: + paths: + - 'debug/**' -name: Check Code Style (checkpatch) +name: Check Debug Code Style (pylint) jobs: check: -- cgit v1.1