Skip to content

ci: replace styfle/cancel-workflow-action with native concurrency cancel-in-progress#866

Merged
barjin merged 2 commits intomasterfrom
copilot/update-styfle-action-for-concurrency
Mar 12, 2026
Merged

ci: replace styfle/cancel-workflow-action with native concurrency cancel-in-progress#866
barjin merged 2 commits intomasterfrom
copilot/update-styfle-action-for-concurrency

Conversation

Copy link
Contributor

Copilot AI commented Mar 12, 2026

Replaces the third-party styfle/cancel-workflow-action with GitHub Actions' built-in concurrency to cancel in-progress runs when a new one is triggered for the same ref.

Changes

  • .github/workflows/check.yaml: Removed styfle/cancel-workflow-action@0.13.1 step from build_and_test job; added workflow-level concurrency block:
concurrency:
    group: ${{ github.workflow }}-${{ github.ref }}
    cancel-in-progress: true

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

…progress

Co-authored-by: barjin <61918049+barjin@users.noreply.github.com>
Copilot AI changed the title [WIP] Update styfle/cancel-workflow-action for concurrency ci: replace styfle/cancel-workflow-action with native concurrency cancel-in-progress Mar 12, 2026
@barjin barjin marked this pull request as ready for review March 12, 2026 10:27
@github-actions github-actions bot added this to the 136th sprint - Tooling team milestone Mar 12, 2026
@github-actions github-actions bot added the t-tooling Issues with this label are in the ownership of the tooling team. label Mar 12, 2026
@barjin barjin requested a review from B4nan March 12, 2026 10:28
@barjin barjin added the adhoc Ad-hoc unplanned task added during the sprint. label Mar 12, 2026
@barjin barjin merged commit a967f1f into master Mar 12, 2026
8 of 9 checks passed
@barjin barjin deleted the copilot/update-styfle-action-for-concurrency branch March 12, 2026 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

adhoc Ad-hoc unplanned task added during the sprint. t-tooling Issues with this label are in the ownership of the tooling team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants