| Package | Description |
|---|---|
| io.github.cdklabs.projen.github |
| Modifier and Type | Method and Description |
|---|---|
GithubWorkflow.Builder |
GithubWorkflow.Builder.concurrency(String concurrency)
(experimental) Concurrency ensures that only a single job or workflow using the same concurrency group will run at a time.
|
static GithubWorkflow.Builder |
GithubWorkflow.Builder.create(GitHub github,
String name) |
GithubWorkflow.Builder |
GithubWorkflow.Builder.force(Boolean force)
(experimental) Force the creation of the workflow even if `workflows` is disabled in `GitHub`.
|
Copyright © 2021. All rights reserved.