mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-14 20:58:08 +00: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
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ jobs:
|
||||||
check_circleci_user:
|
check_circleci_user:
|
||||||
docker:
|
docker:
|
||||||
- image: python:3.10-slim
|
- image: python:3.10-slim
|
||||||
|
resource_class: small
|
||||||
parallelism: 1
|
parallelism: 1
|
||||||
steps:
|
steps:
|
||||||
- run: echo $CIRCLE_PROJECT_USERNAME
|
- run: echo $CIRCLE_PROJECT_USERNAME
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue