chore(ci): retire unconsumed release-container.yml workflow (JDWLABS-449) - #46
Merged
Merged
Conversation
The reusable container release workflow has had no caller since the audit that flagged it. A direct check confirmed it: GitHub code search across the org and a clone-and-grep of every org repository both return zero hits, and the consumer its README promised (apps, after the Nx release migration) never arrived because apps/ci.yml already runs nx release and builds and pushes images through each project's build-image target. Delete the workflow, drop its README entries, and record the retirement and its evidence in the CI standards inventory and verdict table. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016XRddumw4ZNvFqHSd9KSf6
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
Deletes
.github/workflows/release-container.yml, aworkflow_call-only reusable workflow with no consumer anywhere in the org, and updates the docs that listed it.Caller check (2026-08-29)
Two independent sweeps, both zero hits:
search/code?q=release-container.yml+org:jdwlabsandq=release-container+org:jdwlabs—total_count: 0.grep -rn release-container:appsdeploymentsinfrastructureplatform.github-privatedemo-repository.githubdocs/ci-standards.mdinventory/verdict rows (all updated here)No Renovate, CodeQL or other config in this repo references the file.
Why nothing will adopt it
The workflows README claimed it would be used by
appsafter the Nx release migration. That migration is done and went a different way:apps/.github/workflows/ci.ymlrunsnx releaseand the deliver matrix builds and pushes images through each project'sbuild-imageNx target (withdeliver-backfill.ymlas the manual recovery path). No open Jira ticket plans to moveappsonto the reusable workflow.Changes
.github/workflows/release-container.yml.github/workflows/README.mdand its row fromREADME.mddocs/ci-standards.md: drop the inventory row, record the verdict as retired with the evidence above, and adjust the estate counts (39 to 38 files,.github10 to 9 with 4 reusable)actionlintreports only pre-existing shellcheck notes inrelease-helm.ymlandsecurity-scan.yml, untouched here.Refs JDWLABS-449.
🤖 Generated with Claude Code
https://claude.ai/code/session_016XRddumw4ZNvFqHSd9KSf6