Skip to content

docs: update CD workflow name references #2007

@botantler

Description

@botantler

Summary

Updates documentation to reflect the workflow name change from CD - Go to CD (introduced in commit 1494378).

Changes

  • CONTRIBUTING.md: Updated release process documentation to reference the correct workflow name
  • .github/workflows/ci-doctor.md: Updated the list of monitored workflows in the CI Failure Doctor
  • .github/workflows/ci-doctor.lock.yml: Updated the compiled workflow configuration

Context

The CD workflow was renamed from "CD - Go" to "CD" in commit 1494378, but the documentation was not updated at that time. This PR ensures all documentation is synchronized with the actual workflow name.

Verification

  • ✅ Searched entire codebase for "CD - Go" references - all found instances updated
  • ✅ Documentation builds successfully (npm run build in docs/ directory)
  • ✅ No broken links or formatting issues

Type of Change

  • Documentation update
  • Bug fix
  • New feature
  • Breaking change

Checklist

  • Documentation is accurate and up-to-date
  • All references to the old workflow name have been updated
  • Documentation builds without errors
  • Changes follow the repository's documentation style guide

AI generated by Update Docs


Note

This was originally intended as a pull request, but the git push operation failed.

Workflow Run: View run details and download patch artifact

The patch file is available in the agent-artifacts artifact in the workflow run linked above.

To apply the patch locally:

# Download the artifact from the workflow run https://github.com/devantler-tech/ksail/actions/runs/21527065014
# (Use GitHub MCP tools if gh CLI is not available)
gh run download 21527065014 -n agent-artifacts

# The patch file will be at agent-artifacts/tmp/gh-aw/aw.patch after download
# Apply the patch
git am agent-artifacts/tmp/gh-aw/aw.patch
Show patch preview (62 of 62 lines)
From 3035e4227ffc1c20852327d4dc9fd6211020f711 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]" <github-actions[bot]@users.noreply.github.com>
Date: Fri, 30 Jan 2026 18:59:31 +0000
Subject: [PATCH] docs: update CD workflow name references

Update documentation to reflect workflow name change from 'CD - Go' to 'CD'.

Changes:
- CONTRIBUTING.md: Updated release process documentation
- .github/workflows/ci-doctor.md: Updated monitored workflows list
- .github/workflows/ci-doctor.lock.yml: Updated compiled workflow

This ensures documentation accuracy after the workflow rename in commit 1494378.
---
 .github/workflows/ci-doctor.lock.yml | 2 +-
 .github/workflows/ci-doctor.md       | 2 +-
 CONTRIBUTING.md                      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/ci-doctor.lock.yml b/.github/workflows/ci-doctor.lock.yml
index 204ec3e..50d6f0b 100644
--- a/.github/workflows/ci-doctor.lock.yml
+++ b/.github/workflows/ci-doctor.lock.yml
@@ -37,7 +37,7 @@ name: "CI Failure Doctor"
       - completed
     workflows:
       - "CI - KSail"
-      - "CD - Go"
+      - "CD"
       - "Test - Pages"
       - "Publish - Pages"
 
diff --git a/.github/workflows/ci-doctor.md b/.github/workflows/ci-doctor.md
index 779aec0..bb373c3 100644
--- a/.github/workflows/ci-doctor.md
+++ b/.github/workflows/ci-doctor.md
@@ -9,7 +9,7 @@ on:
   workflow_run:
     workflows:
       - "CI - KSail"
-      - "CD - Go"
+      - "CD"
       - "Test - Pages"
       - "Publish - Pages"
     types:
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index de23f0e..8465bf8 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -210,7 +210,7 @@ To test the Hetzner provider locally, you need:
 The release process for KSail is fully automated and split across two GitHub Actions workflows:
 
 1. **Release** (`.github/workflows/release.yaml`) runs on pushes to `main` and creates the next semantic version tag (`vX.Y.Z`) based on Conventional Commits (typically the PR
... (truncated)

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

Status

✅ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions