Skip to main content

21 posts tagged with "github-actions"

View All Tags
We'll explore how CubeScore™️'s North Star Metrics for CI compare to traditional DORA Metrics, and why CI needs its own set of metrics to optimize pipelines.
In this post, we are going to dive into details on how to define and customize matrix strategies for your workflows, with some practical examples, so that your continuous integration/continuous deployment pipelines are tuned.
Learn how to effectively access and use contextual information in GitHub Actions workflows, with practical examples for managing workflow runs, jobs, and steps using contexts like github, env, and matrix.
Learn how to optimize your CI/CD pipelines by running jobs in parallel using GitHub Actions. This guide covers running independent jobs, managing dependent workflows, and executing a single workflow across multiple environments and operating systems.