KusionStack / konfig

Shared repository of application models and components, and CI suite for GitOps workflows
Apache License 2.0
27 stars 32 forks source link

Enhance Github Actions workflow: job apply cannot work #108

Closed healthjyk closed 1 year ago

healthjyk commented 1 year ago

Enhancement

workflow/main.yml provides job "apply", who applies --dry-run. But with the improvement of kusion engine, it cannot work for now. Besides, does "apply" want to do CI or CD? I prefer the latter. Yt should not in the main.yml which is trigger by push or pullRequest on main, but be a tool which can be used by someone who wants to apply a stack by GitOps.

healthjyk commented 1 year ago

Besides, the job name is SOOOO NOT explict, especially "parse deps and get affected stacks/projecrs by diff files"