chore(ci): remove scheduled full CI from ci.yml#493
Merged
c-vigo merged 2 commits intorelease/0.3.2from Apr 7, 2026
Merged
Conversation
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.
Description
Removes the nightly
scheduletrigger from.github/workflows/ci.ymland all schedule-only checkoutrefoverrides, as agreed in #492. PR andworkflow_dispatchbehavior is unchanged. Updatessecurity-scan.ymlheader comments so they no longer reference the removed 04:00 UTC CI run. Changelog for 0.3.2 is adjusted: drop the unreleased “Nightly CI schedule” (#461) bullet from Changed and document the removal under Removed (#492).Type of Change
feat-- New featurefix-- Bug fixdocs-- Documentation onlychore-- Maintenance task (deps, config, etc.)refactor-- Code restructuring (no behavior change)test-- Adding or updating testsci-- CI/CD pipeline changesbuild-- Build system or dependency changesrevert-- Reverts a previous commitstyle-- Code style (formatting, whitespace)Modifiers
!) -- This change breaks backward compatibilityChanges Made
.github/workflows/ci.yml— Removeschedule(cron: '0 4 * * *'); remove nightly trigger from file header; dropwith: ref: ${{ github.event_name == 'schedule' && 'dev' || github.ref }}from all checkout steps (default ref for PR/dispatch)..github/workflows/security-scan.yml— Header: describe PR-based full CI + Trivy; remove “after nightly CI at 04:00 UTC”; keep nightly 05:00 UTC scan behavior unchanged.CHANGELOG.md/assets/workspace/.devcontainer/CHANGELOG.md— Remove Nightly CI schedule ([CHORE] Add nightly CI and upgrade scheduled security scan #461) from Changed; add Nightly full CI schedule fromci.yml([CHORE] Remove scheduled CI build+test from ci.yml #492) under Removed with sub-bullets.Changelog Entry
Release section
## [0.3.2] - TBD(this branch targetsrelease/0.3.2, not## Unreleased):Removed
ci.yml(#492)scheduletrigger and schedule-only checkout overrides; CI remains on pull requests andworkflow_dispatchonly:latestscan insecurity-scan.ymlis unchangedChanged (edit relative to prior 0.3.2 draft)
Testing
just test)Manual Testing Details
N/A — workflow YAML and changelog only; validation via CI on this PR.
Checklist
docs/templates/, then runjust docs)CHANGELOG.mdin the[0.3.2] - TBDsection (and pasted the entry above)Additional Notes
N/A
Refs: #492