VOOZH about

URL: https://docs.github.com/en/actions/how-tos/write-workflows/choose-where-workflows-run

⇱ Choosing where your workflow runs - GitHub Docs


Skip to main content

Choosing where your workflow runs

You can specify the compute environment your jobs and workflows run in.

Choosing the runner for a job

Define the type of machine that will process a job in your workflow.

Running jobs in a container

Use a container to run the steps in a job.