Skip to content

fix(ci): make disabled release workflow a green no-op - #34

Merged
Patel230 merged 1 commit into
mainfrom
fix/release-workflow-noop
Aug 16, 2026
Merged

fix(ci): make disabled release workflow a green no-op#34
Patel230 merged 1 commit into
mainfrom
fix/release-workflow-noop

Conversation

@Patel230

Copy link
Copy Markdown
Contributor

The disabled PyPI publish workflow uses a job with zero steps, which GitHub Actions marks as a failing run on every evaluation (0s red ✗ on main).

Add a single no-op step that preserves the disabled intent (no publishing, no permissions) while keeping the run green.

A job with zero steps is invalid in GitHub Actions, so every evaluation of
the disabled PyPI publish workflow recorded a red ✗. Add a single no-op
step that preserves the disabled intent (no publishing) while keeping CI
clean.
@Patel230
Patel230 merged commit 11f2849 into main Aug 16, 2026
11 checks passed
@Patel230
Patel230 deleted the fix/release-workflow-noop branch August 16, 2026 16:33
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