Skip to content

fix(ci): move release workflows for GitHub Actions discovery#447

Merged
rgbkrk merged 1 commit intomainfrom
quill/preview-release-docs
Mar 2, 2026
Merged

fix(ci): move release workflows for GitHub Actions discovery#447
rgbkrk merged 1 commit intomainfrom
quill/preview-release-docs

Conversation

@rgbkrk
Copy link
Copy Markdown
Member

@rgbkrk rgbkrk commented Mar 2, 2026

Summary

  • Moves release workflows from .github/workflows/releases/ subdirectory to .github/workflows/
  • Updates reusable workflow references in nightly and weekly workflows

Why

GitHub Actions only discovers workflows directly in .github/workflows/, not in subdirectories. The release workflows were invisible to the Actions discovery system, preventing:

  • Manual triggering via Actions UI ("Run workflow" button)
  • Triggering via gh workflow run
  • Workflows appearing in the Actions sidebar

Test plan

After merge:

  1. Verify workflows appear: gh workflow list --repo nteract/desktop should show "Nightly Release" and "Weekly Preview Release"
  2. Test manual trigger via Actions UI or gh workflow run release-weekly.yml --repo nteract/desktop --ref main

GitHub Actions only discovers workflows directly in .github/workflows/,
not in subdirectories. The release workflows in .github/workflows/releases/
were invisible to the Actions discovery system, preventing manual triggers.

Moves:
- releases/nightly.yml -> release-nightly.yml
- releases/weekly.yml -> release-weekly.yml
- releases/release-common.yml -> release-common.yml

Updates reusable workflow references accordingly.
@rgbkrk rgbkrk merged commit 51a4e34 into main Mar 2, 2026
4 checks passed
@rgbkrk rgbkrk deleted the quill/preview-release-docs branch March 2, 2026 07:46
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