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 9050638

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

File tree

1 file changed

+6
-0
lines changed
Filter options

1 file changed

+6
-0
lines changed

‎.github/workflows/tests.yml

Copy file name to clipboardExpand all lines: .github/workflows/tests.yml
+6Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.