We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e2f5fb commit ec78895Copy full SHA for ec78895
.github/workflows/hil_checks.yml
@@ -2,6 +2,11 @@ name: HIL Checks
2
3
on:
4
pull_request:
5
+ paths-ignore:
6
+ - '**/*.md'
7
+ - '**/docs/**'
8
+ - 'tools/verifygitlog.py'
9
+
10
11
jobs:
12
makers-devops:
0 commit comments