Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
13 lines
418 B
JSON
13 lines
418 B
JSON
{
|
|
"scenario": "ci_success_gate_validation",
|
|
"result": "workflow_triggers_only_after_ci_success",
|
|
"timestamp": "2026-03-08T00:00:00Z",
|
|
"details": {
|
|
"trigger_type": "workflow_run",
|
|
"source_workflow": "CI Pipeline",
|
|
"required_conclusion": "success",
|
|
"gate_job_validates": "github.event.workflow_run.conclusion == 'success'",
|
|
"failure_behavior": "exits with code 1 if CI did not succeed"
|
|
}
|
|
}
|