Skip to content

Workflows

Workflows are used to run automation within a GitHub repository. A workflow can be triggered by various events. A workflow consists of one or more jobs. All workflows must be stored in .github/workflows.


Code

name: Workflow Name
run-name: Name to Display during a Run

Options

name

Name displayed in Actions tab on GitHub

run-name

This is used to change the name displayed during a run (can use expressions to make it dynamic)