Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

First Release of the Wait-For-Other-Pipelines GitHub action

Latest
Compare
Choose a tag to compare
@baski-accenture baski-accenture released this 07 Apr 12:21

The GitHub action can be used in below scenarios

Only one wait step in the entire workflow
Only one job in the workflow

Ideal to use this action before calling all terraform apply steps in the workflow so that only one run will be running at any point in time after the wait step.

Release v2 will work on multiple wait steps and on multiple jobs.