The delay stage is used to wait for a specific duration or until a specific date:
---
stages:
- delay:
    duration: 60s
---
stages:
- delay:
    # <date as rfc3339>
    until: 2023-06-01T00:00:00Z