Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5ca694b

Browse files
authored
Merge pull request #26112 from rcomer/skip-tests-gallery
Skip tests for users-explain gallery
2 parents 2811576 + 6469b72 commit 5ca694b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ on:
1515
paths-ignore:
1616
# Skip running tests if changes are only in documentation directories
1717
- 'doc/**'
18-
- 'galleries/examples/**'
19-
- 'galleries/plot_types/**'
20-
- 'galleries/tutorials/**'
18+
- 'galleries/**'
2119
schedule:
2220
# 5:47 UTC on Saturdays
2321
- cron: "47 5 * * 6"

0 commit comments

Comments
 (0)