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

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cc8cee5

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ on:
1212
pull_request:
1313
branches-ignore:
1414
- v[0-9]+.[0-9]+.[0-9x]+-doc
15+
paths-ignore:
16+
# No need to test on documentation changes
17+
- 'doc/**'
18+
- 'examples/**'
19+
- 'tutorials/**'
1520
schedule:
1621
# 5:47 UTC on Saturdays
1722
- cron: "47 5 * * 6"

0 commit comments

Comments
 (0)
0