jayceslesar commented on code in PR #3962:
URL: https://github.com/apache/iceberg-python/pull/3962#discussion_r4040272357
##########
.github/workflows/asf-allowlist-check.yml:
##########
@@ -30,9 +30,13 @@ on:
permissions:
contents: read
+concurrency:
+ group: ${{ github.workflow }}-${{ github.ref }}
+ cancel-in-progress: ${{ github.event_name == 'pull_request' }}
+
jobs:
asf-allowlist-check:
- runs-on: ubuntu-24.04
+ runs-on: ubuntu-slim
Review Comment:
was just looking at
https://github.com/apache/iceberg-verification/pull/5#discussion_r4024385267
and thought it would make sense to see if possible is all
--
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]