RasaHQ / financial-demo

A demo for a financial services bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CI/CD - Delete test cluster of main branch if smoke test passes

ArjaanBuijk opened this issue · comments

Test clusters on feature branches are deleted when the branch is deleted. (#124)

The test cluster on the main branch must be deleted by the CI/CD pipeline, because the main branch is never deleted.

Done!