Commits


Antoine Pitrou authored and Krisztián Szűcs committed 9b68458bbf0
ARROW-12895: [CI] Use "concurrency" setting on Github Actions to cancel stale jobs We're currently using a dedicated Github Actions to cancel previous jobs when a new job is queued. It seems this now can be done better using the "concurrency" setting (unfortunately in beta): https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#concurrency Closes #10416 from pitrou/ARROW-12895-gha-concurrency Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Krisztián Szűcs <szucs.krisztian@gmail.com>