kszucs commented on a change in pull request #10467:
URL: https://github.com/apache/arrow/pull/10467#discussion_r646721715



##########
File path: .github/workflows/dev_pr.yml
##########
@@ -28,9 +28,8 @@ on:
       - edited
       - synchronize
 
-concurrency:
-  group: ${{ github.repository }}-${{ github.ref }}-${{ github.workflow }}
-  cancel-in-progress: true
+# NOTE: not using the "cancel-in-progress" feature here as the group key
+# does not have enough information for linking it to a particular PR

Review comment:
       Do we have group collisions? Could we inspect the different github 
variables and come up with a better key?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to