Merged
Conversation
Add cron schedule to run tests and coverage every Monday at 2:00 AM. This ensures regular automated validation of the codebase even without active development commits. Signed-off-by: umatare5 <umatare5@gmail.com> AI-assisted-by: GitHub Copilot Coding Agent
Update VERSION file for patch release. Minor maintenance release with workflow improvements. Signed-off-by: umatare5 <umatare5@gmail.com> AI-assisted-by: GitHub Copilot Coding Agent
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds weekly scheduled CI runs to maintain codebase quality by automatically running tests and builds on a regular schedule. The change ensures continuous monitoring of the codebase health even during periods of low development activity.
- Adds weekly scheduled triggers to both test coverage and build workflows
- Updates the version from 0.3.0 to 0.3.1
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| VERSION | Bumps version to 0.3.1 |
| .github/workflows/go-test-coverage.yml | Adds weekly Monday 2 AM UTC scheduled run |
| .github/workflows/go-test-build.yml | Adds weekly Monday 2 AM UTC scheduled run |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
WHAT
SSIA.
WHY
To secure quality of the codebase.