Documentation - v0.0.0
Preparing search index...
@crisiscleanup/construct.awscdk.github-pipeline
GithubWorkflowModel
Interface GithubWorkflowModel
Github Actions workflow file model.
interface
GithubWorkflowModel
{
concurrency
?:
WorkflowConcurrency
;
jobs
:
Record
<
string
,
ghpipelines.Job
>
;
[
key
:
string
]:
unknown
;
}
Indexable
[
key
:
string
]:
unknown
Index
Properties
concurrency?
jobs
Properties
Optional
concurrency
concurrency
?:
WorkflowConcurrency
jobs
jobs
:
Record
<
string
,
ghpipelines.Job
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
concurrency
jobs
Documentation - v0.0.0
Loading...
Github Actions workflow file model.