Skip to content

ci: split CI workflow into go and build#97

Merged
fank merged 1 commit intomainfrom
ci/split-workflows
Jan 31, 2026
Merged

ci: split CI workflow into go and build#97
fank merged 1 commit intomainfrom
ci/split-workflows

Conversation

@fank
Copy link
Member

@fank fank commented Jan 31, 2026

Summary

  • Split monolithic main.yml into two focused workflows
  • go.yml: Go testing and code coverage (runs on push to main and PRs)
  • build.yml: Docker builds and release binaries (runs on push to main and tags)

Test plan

  • Verify Go workflow runs on PR
  • Verify Build workflow triggers on merge to main

Separate the monolithic CI workflow into two focused workflows:
- go.yml: Go testing and code coverage (runs on push to main and PRs)
- build.yml: Docker builds and release binaries (runs on push to main and tags)
@fank fank merged commit 29a9c74 into main Jan 31, 2026
1 of 2 checks passed
@fank fank deleted the ci/split-workflows branch January 31, 2026 17:28
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.

1 participant