mirror of
https://github.com/DaoCloud/public-image-mirror.git
synced 2026-06-03 21:03:22 +08:00
Increase concurrency from 3 to 8 in CI runner
This commit is contained in:
parent
2eb2fe3662
commit
bd0dbd4a6d
2
.github/workflows/cidn-runner.yml
vendored
2
.github/workflows/cidn-runner.yml
vendored
@ -14,4 +14,4 @@ jobs:
|
||||
container: ghcr.io/opencidn/cidn/runner:v0.0.110
|
||||
steps:
|
||||
- shell: sh
|
||||
run: runner --handler-name=dc-${{ github.run_number }} --update-duration=10s --duration=4h --concurrency=3 ${{ secrets.ARGS_CIDN }}
|
||||
run: runner --handler-name=dc-${{ github.run_number }} --update-duration=10s --duration=4h --concurrency=8 ${{ secrets.ARGS_CIDN }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user