How to run a github action workflow after release triggered workflow?
I have two separate workflows. One for testing and one for deploying. The deploy workflow should only run if the test workflow completes succesfully
I have two separate workflows. One for testing and one for deploying. The deploy workflow should only run if the test workflow completes succesfully