Conditional Jobs and Path Filters in GitHub Actions
Run only the CI jobs a change actually affects using if conditionals, trigger path filters, and per-job path detection in a monorepo.
Topics
Latest Articles
View All →How to Speed Up a Slow CI Pipeline
A prioritized toolkit for cutting CI time: measure the critical path first, then cache, parallelize, run only what changed, and shrink the work itself.
Keyless Deploys to AWS with GitHub Actions OIDC
Stop stashing long-lived AWS access keys in GitHub secrets and let OIDC hand your workflows short-lived, scoped credentials instead.