cdklabs / cdklabs/cdk-pipelines-github
Add workflow_call as workflow trigger
Open
effort-small
feature-request
p2
- Dominant language
- TypeScript
- Stars
- 384
- Forks
- 45
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 4
Description
I want to run the CDK workflow as a job inside of another workflow. This should be possible by having a trigger `workflow_call`in the CDK workflow. However, it currently doesn't seem possible to add this via Typescript code.
I don't want to run the CDK workflow on its own, because I want to run e.g. tests first and do other deploy related things afterwards. All in a different existing workflow file which should not be coupled to CDK code.
This issue is also be possibly related to #293 which would allow for such customization I guess.
Contributor guide
Assessment
This issue has not been assessed yet.