ci: add workflow_dispatch trigger for manual CI re-runs #9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/ci-workflow-dispatch"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds
workflow_dispatch:to the CI workflow triggers, enabling manual re-runs from the Forgejo Actions UI or API without pushing a commit.Use cases:
Note: workflow_dispatch runs are not attached to PRs — they validate the branch but won't update PR commit status checks.
API trigger:
Part of org-wide CI convention rollout (36 repos).