ci: remove disabled workflow files - #9185
Open
Tim Wright (timmy-wright) wants to merge 1 commit into
Open
Conversation
Auto-update, ClusterFuzzLite batch fuzzing, continuous builds, and cron tasks workflows are all disabled_manually in GitHub Actions and unused. Removing the dead files; can be restored from git history if needed. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Tim Wright (timmy-wright)
requested review from
Chou Hu (AbelHu),
Devinwong,
Sri Harsha (SriHarsha001),
Nishchay (awesomenix),
Calvin S. (calvin197),
Cameron Meissner (cameronmeissner),
Sylvain Boily (djsly),
Ganeshkumar Ashokavardhanan (ganeshkumarashok),
Karen Chen (karenychen),
lilypan26,
Mark Ibrahim (mxj220),
Peter Damianov (pdamianov-dev),
Patrick W. Healy (phealy),
r2k1,
Runzhen (runzhen),
sulixu,
Thibault Cohen (titilambert),
Xu Xue (xuexu6666) and
Zachary (zachary-bailey)
as code owners
August 12, 2026 04:49
Contributor
There was a problem hiding this comment.
Pull request overview
This PR removes four GitHub Actions workflow files that are currently disabled in GitHub, reducing repository maintenance overhead from inactive CI definitions.
Changes:
- Removed the Auto-update workflow (
tibdex/auto-update) definition. - Removed ClusterFuzzLite workflow definitions for batch fuzzing, continuous builds, and prune/coverage cron tasks.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/auto-update.yml | Deleted disabled auto-update workflow definition. |
| .github/workflows/cflite_batch.yaml | Deleted disabled ClusterFuzzLite batch fuzzing workflow definition. |
| .github/workflows/cflite_build.yaml | Deleted disabled ClusterFuzzLite continuous build workflow definition. |
| .github/workflows/cflite_prune.yaml | Deleted disabled ClusterFuzzLite prune/coverage cron workflow definition. |
Suppressed comments (1)
.github/workflows/cflite_batch.yaml:1
fuzz/README.mdcurrently links to this workflow file (and the other ClusterFuzzLite workflows) as the location of the pipeline definitions. Deleting these files will leave those documentation links broken; please updatefuzz/README.md(and any related docs) to remove/replace the references or explain where the workflows live now.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Contributor
Windows Unit Test Results 3 files 12 suites 49s ⏱️ Results for commit c725b09. |
r2k1
approved these changes
Aug 12, 2026
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.
Summary
Removes 4 GitHub Actions workflow files that are currently
disabled_manuallyin GitHub and not running:.github/workflows/auto-update.yml(Auto-update).github/workflows/cflite_batch.yaml(ClusterFuzzLite batch fuzzing).github/workflows/cflite_build.yaml(ClusterFuzzLite continuous builds).github/workflows/cflite_prune.yaml(ClusterFuzzLite cron tasks)These have no active triggers on GitHub and are dead weight in the repo (still getting dependency bumps via Renovate/Dependabot despite being disabled). Restorable from git history if we decide we want them back.
Note: Checking internally whether anyone still wants these re-enabled before merging — flagging for discussion, not urgent to merge immediately.