mirror of
https://git.uploadfilter24.eu/lerentis/terraform-provider-gitea.git
synced 2024-12-04 21:08:11 +00:00
increased cpu credits for build
This commit is contained in:
parent
24357370bc
commit
6f90d7962e
1 changed files with 4 additions and 3 deletions
|
@ -25,7 +25,7 @@ steps:
|
|||
- pull_request
|
||||
resources:
|
||||
limits:
|
||||
cpu: 500
|
||||
cpu: 1000
|
||||
memory: 1024MiB
|
||||
- name: test
|
||||
image: golang:1.18.3-alpine3.16
|
||||
|
@ -45,7 +45,8 @@ steps:
|
|||
- goreleaser release
|
||||
resources:
|
||||
limits:
|
||||
cpu: 500
|
||||
cpu: 1000
|
||||
memory: 1024MiB
|
||||
when:
|
||||
event: tag
|
||||
event:
|
||||
- tag
|
||||
|
|
Loading…
Reference in a new issue