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 ad55758

Browse filesBrowse files
authored
Merge pull request #25261 from greglucas/doc-skip
[CI] Skip tests on doc-only changes
2 parents de8e9d0 + 9050638 commit ad55758
Copy full SHA for ad55758

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.