Use concurrency groups instead if the cancle workflow #3495
Labels
development-process
Related to development process of arrow-rs
enhancement
Any new improvement worthy of a entry in the changelog
good first issue
Good for newcomers
help wanted
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
The
cancel.yml
workflow is no longer necessary as GitHub has integrated this feature into gha: https://docs.github.com/en/actions/using-jobs/using-concurrency#example-only-cancel-in-progress-jobs-or-runs-for-the-current-workflowDescribe the solution you'd like
Add concurrency groups to the separate workflows, that way the cancel action used in
cancel.yml
as an external dependency can be removed.Example: https://github.com/apache/arrow/blob/master/.github/workflows/cpp.yml#L44-L46
The text was updated successfully, but these errors were encountered: