ARC - Manual Workflow Trigger #2575
Unanswered
devops-sailboat
asked this question in
Questions
Replies: 1 comment 1 reply
-
If I understood you correctly, you want to add an "approval step" before running the workflow, right? If so, then take a look at environments, they provide the feature you're looking for. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I would like to know how we can incorporate a manual workflow trigger for the ARC. The goal is to ensure that when a CI/CD process is initiated, it will wait for an approval or trigger before proceeding with the workflow execution.
This manual trigger will allow us to have more control over the release process and ensure that the necessary approvals or triggers are in place before each workflow run.
If you have any insights or suggestions on how to implement this manual workflow trigger for the ARC, please share your thoughts.
example:
name: My First Manual Workflow
on: [workflow_dispatch]
jobs:
example:
name: Example Job
runs-on: ubuntu-latest
Beta Was this translation helpful? Give feedback.
All reactions