aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTim Newsome <tim@sifive.com>2023-07-19 13:09:18 -0700
committerTim Newsome <tim@sifive.com>2023-07-19 13:09:18 -0700
commite1f88be374e98df1dcc075e17a3d515d7daad6c2 (patch)
tree4bc268cd5d88e4c0f88f00958cb1c3c64d55f5c4 /.github
parent0ab6b90ad637848662408981583c7fe556cc506b (diff)
downloadriscv-tests-e1f88be374e98df1dcc075e17a3d515d7daad6c2.zip
riscv-tests-e1f88be374e98df1dcc075e17a3d515d7daad6c2.tar.gz
riscv-tests-e1f88be374e98df1dcc075e17a3d515d7daad6c2.tar.bz2
debug: Only run pylint if debug files changed.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/debug.yml7
1 files changed, 5 insertions, 2 deletions
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: