Last updated on
GitHub Actions
Terminology
- Event: A specific activity that triggers a workflow.
- Workflow: Trigger jobs on runners.
- Job: A sequence of steps that invoke a predefined action or run a command on the runner’s os shell.
- Runner: A designated system that runs jobs.