🔥 3-day streak
GitHub Actions (GH-200)15 / 142
Question 15 of 142
Your team's CI workflow runs on every push to feature branches. Developers frequently push several commits in quick succession, and you notice that multiple redundant workflow runs pile up and consume runner minutes. You want each new push to a given branch to automatically cancel any still-running workflow for that same branch, while runs on different branches continue independently. Which workflow configuration achieves this?
Reviewed for accuracy · Report an issueNext question