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

Conversation

joemiller
Copy link
Member

@joemiller joemiller commented Oct 30, 2024

split ci.yaml into ci.yaml + release.yaml

release.yaml will only run when:

  1. push/merge to main + only if specific files change, eg: dockerfile, *.go
  2. 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

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 joemiller requested a review from a team as a code owner October 30, 2024 18:20
@joemiller joemiller merged commit c539933 into main Oct 30, 2024
4 checks passed
@joemiller joemiller deleted the joem/split-gha-workflows branch October 30, 2024 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants