Deployment conditions
Every condition supplied must match. A trigger with no conditions fires on every deployment the workspace receives.
The environment name a deployment carries decides whether the trigger sees it. See Deployments.
Schedule
A created schedule reports
nextScheduledAt.
Action
An action names at least one flow or tag, or is a
generativeSuite. A generativeSuite action:
- Refuses
flowIdsandtagNames. - Is only valid on a deployment trigger.
- Skips any deploy that is not tied to a pull request, with the verdict reason
no-pull-request. See PR testing for what ties a deploy to its pull request.