dannycjones commented on code in PR #3221:
URL: https://github.com/apache/iceberg-rust/pull/3221#discussion_r4007539191


##########
.github/workflows/asf-allowlist-check.yml:
##########
@@ -27,12 +27,16 @@ on:
   pull_request:
   merge_group:
 
+concurrency:
+  group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
+  cancel-in-progress: true

Review Comment:
   Do we really see multiple runs sharing the same ref and event?
   
   What's the trigger?



##########
.asf.yaml:
##########
@@ -73,7 +73,7 @@ github:
           parameters:
             check_response_timeout_minutes: 90
             grouping_strategy: ALLGREEN
-            max_entries_to_build: 1
+            max_entries_to_build: 2

Review Comment:
   I'm not against more, conflicts are rare-ish.



-- 
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.

To unsubscribe, e-mail: [email protected]

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to