Skip to content

ci: add manually triggerable beta release workflow#61

Merged
vdusek merged 1 commit intomasterfrom
ci/manual-beta-release
May 4, 2026
Merged

ci: add manually triggerable beta release workflow#61
vdusek merged 1 commit intomasterfrom
ci/manual-beta-release

Conversation

@vdusek
Copy link
Copy Markdown
Contributor

@vdusek vdusek commented May 4, 2026

Summary

  • Extract the beta release pipeline (release_preparechangelog_updatepypi_publish) from on_master.yaml into a new manual_release_beta.yaml reusable workflow.
  • The new workflow exposes both workflow_dispatch (manual trigger from the GitHub UI) and workflow_call (so on_master can keep auto-publishing betas after master pushes).
  • on_master.yaml now has a single beta_release job that calls the new workflow, preserving the existing skip condition (!ci/!docs/!test + apify/ org gate) and code_checks + tests dependencies.

Why

We previously had no way to cut a beta without pushing a release-triggering commit to master. With this change, a beta can be released on demand from the Actions tab, while the existing automatic flow on master is preserved.

Mirrors apify/apify-sdk-python#886.

Extract the beta release pipeline into a new reusable workflow that
can be invoked both manually from the GitHub UI and from on_master.
@vdusek vdusek added t-tooling Issues with this label are in the ownership of the tooling team. adhoc Ad-hoc unplanned task added during the sprint. labels May 4, 2026
@vdusek vdusek self-assigned this May 4, 2026
@vdusek vdusek requested a review from janbuchar May 4, 2026 14:40
@github-actions github-actions Bot added this to the 140th sprint - Tooling team milestone May 4, 2026
@vdusek vdusek merged commit 7256687 into master May 4, 2026
24 checks passed
@vdusek vdusek deleted the ci/manual-beta-release branch May 4, 2026 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

adhoc Ad-hoc unplanned task added during the sprint. t-tooling Issues with this label are in the ownership of the tooling team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants