Skip to content

ci: remove disabled workflow files - #9185

Open
Tim Wright (timmy-wright) wants to merge 1 commit into
mainfrom
timmy/remove-disabled-workflows
Open

ci: remove disabled workflow files#9185
Tim Wright (timmy-wright) wants to merge 1 commit into
mainfrom
timmy/remove-disabled-workflows

Conversation

@timmy-wright

Copy link
Copy Markdown
Contributor

Summary

Removes 4 GitHub Actions workflow files that are currently disabled_manually in 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.

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>

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.md currently 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 update fuzz/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.

@github-actions

Copy link
Copy Markdown
Contributor

Windows Unit Test Results

  3 files   12 suites   49s ⏱️
389 tests 389 ✅ 0 💤 0 ❌
392 runs  392 ✅ 0 💤 0 ❌

Results for commit c725b09.

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