We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3a2794 commit 6469b72Copy full SHA for 6469b72
1 file changed
.github/workflows/tests.yml
@@ -15,9 +15,7 @@ on:
15
paths-ignore:
16
# Skip running tests if changes are only in documentation directories
17
- 'doc/**'
18
- - 'galleries/examples/**'
19
- - 'galleries/plot_types/**'
20
- - 'galleries/tutorials/**'
+ - 'galleries/**'
21
schedule:
22
# 5:47 UTC on Saturdays
23
- cron: "47 5 * * 6"
0 commit comments