Skip to content

dev(validate.yml): use native concurrency#1686

Closed
silviuaavram wants to merge 1 commit into
masterfrom
dev/use-concurrency-action
Closed

dev(validate.yml): use native concurrency#1686
silviuaavram wants to merge 1 commit into
masterfrom
dev/use-concurrency-action

Conversation

@silviuaavram
Copy link
Copy Markdown
Collaborator

@silviuaavram silviuaavram commented May 18, 2026

Pull Request

What

Replace styfle/cancel-workflow-action@0.12.1 with concurrency.

Why

Remove the main (16) action from the list of actions generated on PRs.

How

Swap in .yml file

Changes

Checklist

  • Documentation
  • Tests
  • TypeScript Types
  • Ready to be merged

Copilot AI review requested due to automatic review settings May 18, 2026 09:36
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the validate GitHub Actions workflow to use GitHub’s native concurrency feature to automatically cancel in-progress runs for the same workflow/ref, replacing the previously used third-party cancellation action.

Changes:

  • Added a top-level concurrency group keyed by ${{ github.workflow }}-${{ github.ref }} with cancel-in-progress: true.
  • Removed styfle/cancel-workflow-action@0.12.1 steps from both the main and release jobs.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants