8000 CI: Don't run test workflows for doc changes · fjosw/matplotlib@9050638 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9050638

Browse files
committed
CI: Don't run test workflows for doc changes
1 parent 0ed7cf5 commit 9050638

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ on:
1212
pull_request:
1313
branches-ignore:
1414
- v[0-9]+.[0-9]+.[0-9x]+-doc
15+
paths-ignore:
16+
# Skip running tests if changes are only in documentation directories
17+
- 'doc/**'
18+
- 'examples/**'
19+
- 'plot_types/**'
20+
- 'tutorials/**'
1521
schedule:
1622
# 5:47 UTC on Saturdays
1723
- cron: "47 5 * * 6"

0 commit comments

Comments
 (0)
0