II.
CIWorkflow JSON
Structured · liveci-workflow:gh-actions-test
GitHub Actions — test.yml json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "ci-workflow:gh-actions-test",
"_kind": "CIWorkflow",
"_file": "extensions/ci/ci-workflows.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "GitHub Actions — test.yml",
"workflowKind": "github-actions",
"filePath": ".github/workflows/test.yml",
"triggers": [
"push",
"pull_request"
],
"vcsHostId": "vcs-host:github",
"notes": "Standard test matrix on Linux + macOS for Node 18 and 20.\n"
},
"outgoingEdges": [
{
"from": "ci-workflow:gh-actions-test",
"to": "vcs-host:github",
"kind": "hosted_on_vcs",
"attributes": {}
},
{
"from": "ci-workflow:gh-actions-test",
"to": "pull-request:acme-app-1234",
"kind": "validates_pull_request",
"attributes": {}
},
{
"from": "ci-workflow:gh-actions-test",
"to": "pull-request:globex-platform-87",
"kind": "validates_pull_request",
"attributes": {}
}
],
"incomingEdges": []
}