Skip to content

Commit e9d3f8d

Browse files
committed
actions: Don't make Python tests run for markdown files
1 parent a6ccf57 commit e9d3f8d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-build-tools.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@ on:
99
paths:
1010
- 'build_tools/**'
1111
- '.github/workflows/python-build-tools.yml'
12+
- '!build_tools/**/*.md'
1213
pull_request:
1314
branches: [ "mainline" ]
1415
paths:
1516
- 'build_tools/**'
1617
- '.github/workflows/python-build-tools.yml'
18+
- '!build_tools/**/*.md'
1719

1820
jobs:
1921
test:

0 commit comments

Comments
 (0)