Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

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

Merged
QuLogic merged 1 commit intomatplotlib:mainfromrcomer:appveyor-docs
Mar 6, 2023

Conversation

rcomer
Copy link
Member

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 underdoc 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

  • Has pytest style unit tests (andpytest passes)
  • Documentation is sphinx and numpydoc compliant (the docs shouldbuild without error).
  • New plotting related features are documented with examples.

Release Notes

  • New features are marked with a.. versionadded:: directive in the docstring and documented indoc/users/next_whats_new/
  • API changes are marked with a.. versionchanged:: directive in the docstring and documented indoc/api/next_api_changes/
  • Release notes conform with instructions innext_whats_new/README.rst ornext_api_changes/README.rst

Copy link
Contributor

@greglucasgreglucas left a 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
Comment on lines 16 to 18
- 'galleries/examples/**'
- 'galleries/plot_types/**'
- 'galleries/tutorials/**'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Suggested change
-'galleries/examples/**'
-'galleries/plot_types/**'
-'galleries/tutorials/**'
-'galleries/**'

I think we can just skip the entire galleries directory.

rcomer reacted with thumbs up emoji
@rcomer
Copy link
MemberAuthor

the GitHub Actions tests still ran!

Yeah, I've been digging around the docs for that, as I've noticed it before. From what I can tell,head_commit is a property of apush event, but not of apull_request event. So possibly it just can't work for PR CI?

greglucas reacted with thumbs up emoji

@jklymak
Copy link
Member

@rcomer maybe self merge if you are done?

@QuLogicQuLogic merged commit84e5f02 intomatplotlib:mainMar 6, 2023
@tacaswelltacaswell added this to thev3.8.0 milestoneMar 6, 2023
@rcomerrcomer deleted the appveyor-docs branchMarch 10, 2023 17:46
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@ksundenksundenksunden approved these changes

@greglucasgreglucasgreglucas approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
v3.8.0
Development

Successfully merging this pull request may close these issues.

6 participants
@rcomer@jklymak@ksunden@greglucas@tacaswell@QuLogic

[8]ページ先頭

©2009-2025 Movatter.jp