Commit 314f13b
committed
fix(ci): make disabled release workflow a green no-op instead of failing
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.1 parent 976046d commit 314f13b
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
0 commit comments