December 2024
Beginner to intermediate
256 pages
6h 44m
English
This chapter covers
This short and final chapter of this book will share some insights into how you can improve the performance and costs of your GitHub Actions workflows. We will first look into how we can deal with repos with a high volume of commits that need to be merged. This can incur long wait times for the integration and high costs regarding the number of minutes of build time consumed. Next, we will look into some optimizations you can implement by reducing the cost of artifacts and improving the performance of your workflows by using concepts like caching and changing the runners you use. Let ...
Read now
Unlock full access