mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-03 12:50:06 +06:00
Added resource class configuration option for check_circleci_user
job (#32866)
Added resource class configuration option for check_circleci_user job.
This commit is contained in:
parent
94af1c0aa2
commit
02a492a838
@ -13,6 +13,7 @@ jobs:
|
||||
check_circleci_user:
|
||||
docker:
|
||||
- image: python:3.10-slim
|
||||
resource_class: small
|
||||
parallelism: 1
|
||||
steps:
|
||||
- run: echo $CIRCLE_PROJECT_USERNAME
|
||||
|
Loading…
Reference in New Issue
Block a user