Skip to content

bc-org/gha-determine-phase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

test-action

Determine the Helm Deployment Phase

Determine the Deployment Phase from GH Event Name and GH Version Tag.

  • action_name == 'release' and tag not contains 'dev' --> prod
  • action_name == 'release' and tag contains 'dev' --> stage
  • action_name == 'push' and tag == 'main|master' --> dev
  • else: ignore

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published