CodeCatalyst Workflows

1

I want to create separate workflows for dev and main branch. How do I do this so that I only have one workflow in each branch instead of two.

Having two in each branch would mean that one will always be inactive.

I have tried to use git ignore but this removes the workflows entirely from the repository and gets readded to the repository when I recreate them from the codecatalyst ui.

已提問 5 個月前檢視次數 148 次
3 個答案
2

It's correct that, if you want to have different workflows per branch, one workflow will be inactive in each branch. Would you prefer to be able to hide inactive workflows in the future?

AWS
管理員
AWS-Jay
已回答 5 個月前
  • Hide inactive would be good. Also maybe a global setting to only use workflows for a named list of branches. My environment can have a lot of branches which makes the workflows dashboards horrible.

1

The BranchName workflow source variable will reference the current branch, though I can't think of a way to trigger workflows based on that. Let us know if this helps!

AWS
管理員
AWS-Jay
已回答 5 個月前
  • Thanks this is a good step. I Will try it out.

1

yeah. It will be so much cleaner on the dashboard.

Also is there a way to reference the current branch in the yml config file? In GH-Actions you could do something like github.ref. This way we could have conditional triggers based on current branch

已回答 5 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南