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

Make release fully triggered & move tests to a separate ci #10

Merged
merged 1 commit into from
Oct 8, 2024

Commits on Oct 7, 2024

  1. Make release fully triggered & move tests to a separate ci

    Building the wheels for every PR / push is mostly unnecessary,
    technically one wheel could be broken and the rest not, but ua-parser
    doesn't actually have anything OS (or architecture) specific, so
    the odds seem pretty low.
    
    Therefore stop doing that, move the wheels / release workflow to full
    triggered, and extract basic wheels (ubutun & amd64 only) and tests to
    a separate CI for regular testing.
    
    Fixes ua-parser#9, ua-parser#8, ua-parser#6.
    masklinn committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    7a44f81 View commit details
    Browse the repository at this point in the history