Slide 1: GitHub Actions Workflows
On-screen
Narration
Anna: GitHub Actions runs automation inside the repository itself, which is a bigger deal than it sounds.
Greg: The pipeline definition lives beside the code, gets reviewed like the code, and changes through the same pull request process.
Anna: So a change to how you deploy is visible to the same people who review what you deploy.
Greg: We'll look at how workflows are structured, what triggers them, and the patterns worth copying when you build your first one for the assignment.