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

Split CI/CD configuration #1115

Merged
merged 2 commits into from
Jan 5, 2023
Merged

Commits on Jan 5, 2023

  1. feat(ci): Split CI/CD configuration

    `build` job was redundant for PRs and pushes to `master` branch, as `go build`
    is run in the e2e job.
    
    Linting jobs only need to be run for code changes, and were unnecessarily
    extending CI duration for documentation changes.
    
    Signed-off-by: Ben Reedy <[email protected]>
    breed808 committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    bf181ee View commit details
    Browse the repository at this point in the history
  2. feat(ci): Download promu binaries

    Compiling of promu tool unnecessarily extended CI duration.
    
    Signed-off-by: Ben Reedy <[email protected]>
    breed808 committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    484385d View commit details
    Browse the repository at this point in the history