CI/CD

What is a Workflow in GitHub Actions?

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

A YAML file that defines the automation actions and instructions to execute upon a specific event.

The file is placed in the repository itself.

A Workflow can be anything - running tests, compiling code, building packages, ...