add build status badge
This commit is contained in:
parent
771ebb5e80
commit
32c29581b6
1 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
# Manual Workflow Approval
|
||||
|
||||
[](https://github.com/trstringer/manual-approval/actions/workflows/ci.yaml)
|
||||
|
||||
Pause a GitHub Actions workflow and require manual approval from one or more approvers before continuing.
|
||||
|
||||
This is a very common feature for a deployment or release pipeline, and while [this functionality is available from GitHub](https://docs.github.com/en/actions/managing-workflow-runs/reviewing-deployments), it requires the use of environments and if you want to use this for private repositories then you need GitHub Enterprise. This action provides manual approval without the use of environments, and is freely available to use on private repositories.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue