more flow
Build and Publish / BuildAndDeployAmd64 (push) Failing after 4s
Build and Publish / BuildAndDeployArm64 (push) Failing after 5s

This commit is contained in:
2026-07-01 12:13:38 +02:00
parent 83986e7a35
commit 4a37cb479c
8 changed files with 85 additions and 9 deletions
+3 -1
View File
@@ -51,9 +51,11 @@ type Hooks struct {
OnError []HookRef `json:"onError,omitempty"`
}
// HookRef names a registered hook and its params.
// HookRef names a registered hook and its params. When, if set, names a
// registered predicate; the hook is skipped when it returns false.
type HookRef struct {
Type string `json:"type"`
When string `json:"when,omitempty"`
Params json.RawMessage `json:"params,omitempty"`
}