| title | Workflows | |||||||
|---|---|---|---|---|---|---|---|---|
| intro | Get a high-level overview of {% data variables.product.prodname_actions %} workflows, including triggers, syntax, and advanced features. | |||||||
| versions |
|
|||||||
| type | overview | |||||||
| redirect_from |
|
|||||||
| topics |
|
|||||||
| layout | inline |
{% data reusables.actions.about-workflows-long %}
A workflow must contain the following basic components:
- One or more events that will trigger the workflow.
- One or more jobs, each of which will execute on a runner machine and run a series of one or more steps.
- Each step can either run a script that you define or run an action, which is a reusable extension that can simplify your workflow.
For more information on these basic components, see AUTOTITLE.
{% data reusables.actions.about-triggers %}
For more information, see AUTOTITLE.
To build your first workflow, see AUTOTITLE.
