Skip to content

Commit

Permalink
Added resource class configuration option for check_circleci_user j…
Browse files Browse the repository at this point in the history
…ob (huggingface#32866)

Added resource class configuration option for check_circleci_user job.
  • Loading branch information
Sai-Suraj-27 authored Jan 16, 2025
1 parent 94af1c0 commit 02a492a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 02a492a

Please sign in to comment.