From the course: Advanced GitHub Actions
Unlock the full course today
Join today to access over 24,200 courses taught by industry experts.
Building advanced workflows - GitHub Tutorial
From the course: Advanced GitHub Actions
Building advanced workflows
- Workflows are essential for using GitHub actions. They're the glue that brings together the events, jobs, and steps that produce our automation. In this chapter, we'll take a look at some of the more advanced features of workflows, including service containers, using schedules to trigger jobs, and caches to speed up our workflows.