Github script to wait for another workflow to complete
There are situations where one workflow must be finished before another workflow can begin. An example of this is when we require a Docker image to be constructed before moving forward with the deployment of the image to the test automation environment and executing the suite of tests. Workflow 1: Workflow 2: Script : Example …
Github script to wait for another workflow to complete Read More »