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

ci(gha): split ci and release workflows #90

Merged
merged 2 commits into from
Oct 30, 2024
Merged

Commits on Oct 30, 2024

  1. ci(gha): split ci and release workflows

    split ci.yaml into ci.yaml + release.yaml
    
    release.yaml will only run when:
    1. push/merge to `main`
    2. only if specific files change, eg: dockerfile, *.go
    3. or, manually invoked via github UI
    
    The goal here is to reduce the number of automated releases that are
    generated. We only want to cut a new release on PRs that actually change
    the code (*.go) or the docker runtime image
    joemiller committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    884f536 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97f026b View commit details
    Browse the repository at this point in the history