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 jobs on forks#30118

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

Open
oscargus wants to merge1 commit intomatplotlib:main
base:main
Choose a base branch
Loading
fromoscargus:forkci
Open

Conversation

oscargus
Copy link
Member

PR summary

Tests are skipped when pushing changes to a fork, but some other jobs are run. Especially Build CI wheels is a bit unnecessary to run on forks. Also, the CodeQL job is executed periodically on forks, which may lead to emails, but if nothing else waste of compute resources.

PR checklist

@oscargusoscargus added CI: Run cibuildwheelRun wheel building tests on a PR CI: testingCI configuration and testing labelsMay 29, 2025
@tacaswell
Copy link
Member

Only downside is that if you want to use CI to check wheel buliding youmust open a PR or remove the check, but I think that is a reasonable trade off to avoid burning the commute on every push (there is a reason we only do it on PRs in an opt-in basis).

@tacaswell
Copy link
Member

and we might as well backport this to all of our active branches.

Comment on lines +34 to +35
contains(github.event.pull_request.labels.*.name,
'CI: Run cibuildwheel')
Copy link
Member

Choose a reason for hiding this comment

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

Misaligned.

Suggested change
contains(github.event.pull_request.labels.*.name,
'CI: Run cibuildwheel')
contains(github.event.pull_request.labels.*.name,
'CI: Run cibuildwheel')

Comment on lines +90 to +91
contains(github.event.pull_request.labels.*.name,
'CI: Run cibuildwheel')
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
contains(github.event.pull_request.labels.*.name,
'CI: Run cibuildwheel')
contains(github.event.pull_request.labels.*.name,
'CI: Run cibuildwheel')

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@QuLogicQuLogicQuLogic left review comments

@tacaswelltacaswelltacaswell approved these changes

Assignees
No one assigned
Labels
CI: Run cibuildwheelRun wheel building tests on a PRCI: testingCI configuration and testing
Projects
None yet
Milestone
v3.10-doc
Development

Successfully merging this pull request may close these issues.

3 participants
@oscargus@tacaswell@QuLogic

[8]ページ先頭

©2009-2025 Movatter.jp