-
Notifications
You must be signed in to change notification settings - Fork 0
/
workflow.json
111 lines (111 loc) · 4.5 KB
/
workflow.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"total_count": 2,
"jobs": [
{
"id": 6646513399,
"run_id": 2405890797,
"run_url": "https://api.github.com/repos/loomis/workflow-telemetry/actions/runs/2405890797",
"run_attempt": 1,
"node_id": "CR_kwDOHaomB88AAAABjCm-9w",
"head_sha": "df78a4a8a96d72c075de8814ded4d3b1d26c5c80",
"url": "https://api.github.com/repos/loomis/workflow-telemetry/actions/jobs/6646513399",
"html_url": "https://github.com/loomis/workflow-telemetry/runs/6646513399?check_suite_focus=true",
"status": "completed",
"conclusion": "success",
"started_at": "2022-05-29T23:20:57Z",
"completed_at": "2022-05-29T23:21:08Z",
"name": "say hello",
"steps": [
{
"name": "Set up job",
"status": "completed",
"conclusion": "success",
"number": 1,
"started_at": "2022-05-29T23:20:56.000Z",
"completed_at": "2022-05-29T23:20:57.000Z"
},
{
"name": "Run sleep 5",
"status": "completed",
"conclusion": "success",
"number": 2,
"started_at": "2022-05-29T23:20:57.000Z",
"completed_at": "2022-05-29T23:21:02.000Z"
},
{
"name": "Run sleep 5",
"status": "completed",
"conclusion": "success",
"number": 3,
"started_at": "2022-05-29T23:21:02.000Z",
"completed_at": "2022-05-29T23:21:07.000Z"
},
{
"name": "Complete job",
"status": "completed",
"conclusion": "success",
"number": 4,
"started_at": "2022-05-29T23:21:07.000Z",
"completed_at": "2022-05-29T23:21:07.000Z"
}
],
"check_run_url": "https://api.github.com/repos/loomis/workflow-telemetry/check-runs/6646513399",
"labels": [
"ubuntu-latest"
],
"runner_id": 1,
"runner_name": "Hosted Agent",
"runner_group_id": 2,
"runner_group_name": "GitHub Actions"
},
{
"id": 6646515349,
"run_id": 2405890797,
"run_url": "https://api.github.com/repos/loomis/workflow-telemetry/actions/runs/2405890797",
"run_attempt": 1,
"node_id": "CR_kwDOHaomB88AAAABjCnGlQ",
"head_sha": "df78a4a8a96d72c075de8814ded4d3b1d26c5c80",
"url": "https://api.github.com/repos/loomis/workflow-telemetry/actions/jobs/6646515349",
"html_url": "https://github.com/loomis/workflow-telemetry/runs/6646515349?check_suite_focus=true",
"status": "completed",
"conclusion": "success",
"started_at": "2022-05-29T23:21:19Z",
"completed_at": "2022-05-29T23:21:20Z",
"name": "say goodbye",
"steps": [
{
"name": "Set up job",
"status": "completed",
"conclusion": "success",
"number": 1,
"started_at": "2022-05-29T23:21:18.000Z",
"completed_at": "2022-05-29T23:21:19.000Z"
},
{
"name": "Run printenv | grep GITHUB",
"status": "completed",
"conclusion": "success",
"number": 2,
"started_at": "2022-05-29T23:21:19.000Z",
"completed_at": "2022-05-29T23:21:19.000Z"
},
{
"name": "Complete job",
"status": "completed",
"conclusion": "success",
"number": 3,
"started_at": "2022-05-29T23:21:19.000Z",
"completed_at": "2022-05-29T23:21:19.000Z"
}
],
"check_run_url": "https://api.github.com/repos/loomis/workflow-telemetry/check-runs/6646515349",
"labels": [
"ubuntu-latest"
],
"runner_id": 1,
"runner_name": "Hosted Agent",
"runner_group_id": 2,
"runner_group_name": "GitHub Actions"
}
]
}