feat: add cli option to set concurrent jobs count (#2762)

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
Bengt Brodersen
2025-05-23 10:05:42 +02:00
committed by GitHub
parent b5469ac4ca
commit 16b86a64a9
3 changed files with 20 additions and 6 deletions

View File

@@ -62,6 +62,7 @@ type Input struct {
useNewActionCache bool
localRepository []string
listOptions bool
concurrentJobs int
}
func (i *Input) resolve(path string) string {