Commits


Antoine Pitrou authored and Sutou Kouhei committed c392e6a3068
ARROW-11571: [CI] Cancel stale Github Actions workflow runs Github Actions doesn't have a built-in option to cancel stale runs (runs which are superseded by a newer changeset on a given PR), so we need to use a custom-built action https://github.com/potiuk/cancel-workflow-runs . Closes #9455 from pitrou/ARROW-11571-gha-cancel Lead-authored-by: Antoine Pitrou <antoine@python.org> Co-authored-by: Sutou Kouhei <kou@cozmixng.org> Signed-off-by: Sutou Kouhei <kou@clear-code.com>