Skip to content

ci: replace styfle/cancel-workflow-action with native GitHub concurrency#579

Merged
B4nan merged 2 commits intorenovate/styfle-cancel-workflow-action-0.xfrom
copilot/sub-pr-575
Mar 12, 2026
Merged

ci: replace styfle/cancel-workflow-action with native GitHub concurrency#579
B4nan merged 2 commits intorenovate/styfle-cancel-workflow-action-0.xfrom
copilot/sub-pr-575

Conversation

Copy link
Contributor

Copilot AI commented Mar 12, 2026

Removes the third-party styfle/cancel-workflow-action from all workflows, replacing it with GitHub Actions' built-in concurrency at the workflow level.

Changes

  • .github/workflows/test-and-release.yaml, test-e2e.yaml, release.yaml: Removed styfle/cancel-workflow-action step; added top-level concurrency block:
concurrency:
    group: ${{ github.workflow }}-${{ github.ref }}
    cancel-in-progress: true

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

…cel-in-progress

Co-authored-by: B4nan <615580+B4nan@users.noreply.github.com>
Copilot AI changed the title [WIP] Update styfle/cancel-workflow-action to v0.13.1 ci: replace styfle/cancel-workflow-action with native GitHub concurrency Mar 12, 2026
@B4nan B4nan marked this pull request as ready for review March 12, 2026 11:27
@B4nan B4nan requested a review from barjin March 12, 2026 11:27
@B4nan B4nan added adhoc Ad-hoc unplanned task added during the sprint. labels Mar 12, 2026
@B4nan B4nan merged commit 8881ad1 into renovate/styfle-cancel-workflow-action-0.x Mar 12, 2026
3 checks passed
@B4nan B4nan deleted the copilot/sub-pr-575 branch March 12, 2026 11:41
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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants