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

Releases: otto-de/github-actions-wait

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

07 Apr 12:21

Choose a tag to compare

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.

First Release of the wait GitHub action

22 Mar 10:33

Choose a tag to compare

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.