mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-08 16:09:36 -04:00
ci: run //:check and //:generate concurrently (#1606)
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
13365d7272
commit
00ced1bbc2
1 changed files with 2 additions and 2 deletions
|
@ -432,7 +432,7 @@ multirun(
|
|||
":actionlint",
|
||||
],
|
||||
}),
|
||||
jobs = 1, # execute sequentially
|
||||
jobs = 0, # execute concurrently
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
|
@ -445,6 +445,6 @@ multirun(
|
|||
":proto_generate",
|
||||
":cli_docgen",
|
||||
],
|
||||
jobs = 1, # execute sequentially
|
||||
jobs = 0, # execute concurrently
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue