rambleraptor commented on code in PR #3962:
URL: https://github.com/apache/iceberg-python/pull/3962#discussion_r4040151727
##########
.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:
The versioned Ubuntu images use 4 CPUs / 16 GB ram vs 1 CPU / 5 GB ram for
slim. We're probably not using the additional resources, so might as well not
waste them.
https://docs.github.com/en/actions/reference/runners/github-hosted-runners
--
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]