ci(qc): do not run if no python files were changed
This commit is contained in:
parent
437ab8f0b1
commit
d27b915855
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
|
@ -3,6 +3,8 @@ name: qc
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
|
paths:
|
||||||
|
- '**.py'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
analyse:
|
analyse:
|
||||||
|
|
Loading…
Reference in a new issue