I've made a new project on GitHub with two workflows:
I'd like the second workflow to trigger only if the first one succeeds. Is there a way to do that? Or would I need to create a single workflow file where the second job depends on the first?
I've made a new project on GitHub with two workflows:
I'd like the second workflow to trigger only if the first one succeeds. Is there a way to do that? Or would I need to create a single workflow file where the second job depends on the first?