Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use concurrency for GitHub Actions workflow
Same as: rubocop/rubocop-rspec#1539 This PR ensures that only the last execution per branch always works, even when pushed multiple times in a row, for example. The older one is canceled. Refs: https://docs.github.com/en/actions/using-jobs/using-concurrency https://github.blog/changelog/2021-04-19-github-actions-limit-workflow-run-or-job-concurrency/
- Loading branch information