Antoine Pitrou created ARROW-12989:
--------------------------------------
Summary: [CI] "Dev PR" jobs undully cancelled
Key: ARROW-12989
URL: https://issues.apache.org/jira/browse/ARROW-12989
Project: Apache Arrow
Issue Type: Bug
Components: Continuous Integration
Reporter: Antoine Pitrou
Assignee: Antoine Pitrou
The cancellation scheme that was checked in by ARROW-12895 seems to only work
properly when a Github Actions workflow is triggered by a "pull_request" or
"push" event, but not "pull_request_target", as the group key {code}${{
github.repository }}-${{ github.ref }}-${{ github.workflow }}{code} ends up as
{code}apache/arrow-refs/heads/master-Dev PR{code}.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)