Understanding GitHub Actions - GitHub Docs - 0 views
-
A job is a set of steps that execute on the same runner. By default, a workflow with multiple jobs will run those jobs in parallel.
-
Workflows are made up of one or more jobs and can be scheduled or triggered by an event
-
An event is a specific activity that triggers a workflow.
- ...8 more annotations...