Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
CI: skip appveyor for doc only change#25383
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Looks good, but oddly enough this worked while the GitHub Actions tests still ran! So the GitHub Actions version might be incorrect...
.appveyor.yml Outdated
- 'galleries/examples/**' | ||
- 'galleries/plot_types/**' | ||
- 'galleries/tutorials/**' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
-'galleries/examples/**' | |
-'galleries/plot_types/**' | |
-'galleries/tutorials/**' | |
-'galleries/**' |
I think we can just skip the entire galleries directory.
Yeah, I've been digging around the docs for that, as I've noticed it before. From what I can tell, |
@rcomer maybe self merge if you are done? |
PR Summary
Consistent with recent changes for CI on other platforms (#25145,#25261), this change should mean the Appveyor CI is skipped if the only changes are under
doc
or in thegalleries
, or if[ci doc]
is in the commit message. Following the guidance here:https://www.appveyor.com/docs/how-to/filtering-commits/
I added
[ci doc]
to the current commit, to test it works.PR Checklist
Documentation and Tests
pytest
passes)Release Notes
.. versionadded::
directive in the docstring and documented indoc/users/next_whats_new/
.. versionchanged::
directive in the docstring and documented indoc/api/next_api_changes/
next_whats_new/README.rst
ornext_api_changes/README.rst