Skip to content

fix: remove commented-out cli_tests.yml workflow#29

Closed
rprabhat wants to merge 1 commit into
mainfrom
fix/remove-commented-cli-workflow
Closed

fix: remove commented-out cli_tests.yml workflow#29
rprabhat wants to merge 1 commit into
mainfrom
fix/remove-commented-cli-workflow

Conversation

@rprabhat

@rprabhat rprabhat commented Apr 5, 2026

Copy link
Copy Markdown
Collaborator

Problem\n\nThe cli_tests.yml workflow file was entirely commented out (all 58 lines). GitHub Actions still attempts to parse files in .github/workflows/ and fails when there's no valid workflow definition (no name:, on:, or jobs: keys).\n\nThis caused every push to main to trigger a failing workflow run with the error: "This run likely failed because of a workflow file issue."\n\n## Fix\n\nDelete the commented-out file entirely. If CLI tests are needed in the future, the workflow can be re-added with proper configuration.\n\n## Impact\n\n- Eliminates the recurring CI failure on every push\n- No functional impact — the workflow was already disabled

The entire workflow file was commented out, causing GitHub Actions to
fail on every push with 'workflow file issue' errors. Remove the file
entirely since it serves no purpose when disabled.
@rprabhat rprabhat closed this Apr 5, 2026
@rprabhat rprabhat deleted the fix/remove-commented-cli-workflow branch April 5, 2026 22:38
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.

1 participant