Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only skip building wheels on PR builds #10482

Merged
merged 3 commits into from
Jul 28, 2020

Commits on Jul 28, 2020

  1. Only skip building wheels on PR builds

    [ci skip-rust]
    [ci skip-build-wheels]
    Eric-Arellano committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    3379310 View commit details
    Browse the repository at this point in the history
  2. Use a better approach

    The old one didn't actually work correctly. Locally, `TRAVIS_PULL_REQUEST` is never set, meaning that the skip label would never be added.
    Eric-Arellano committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    3f84b24 View commit details
    Browse the repository at this point in the history
  3. Or, not and

    Eric-Arellano committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    2dbe989 View commit details
    Browse the repository at this point in the history