Skip to content

Commit

Permalink
Fix readthedocs cypress build-success order
Browse files Browse the repository at this point in the history
  • Loading branch information
rick-nu committed Nov 4, 2023
1 parent a84dfb5 commit aa1f43f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
7 changes: 3 additions & 4 deletions cypress/fixtures/readthedocs/build-success/1.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
{
"headers": {
"x-request-id": "5a571d01b991ebbf535b3842c8a61f2a",
"user-agent": "Read-the-Docs/10.9.0 (readthedocs.org)",
"accept-encoding": "gzip, deflate",
"content-type": "application/json",
"x-rtd-event": "build:passed"
"x-rtd-event": "build:triggered"
},
"body": {
"event": "build:passed",
"event": "build:triggered",
"name": "CIMonitor",
"slug": "cimonitor",
"version": "latest",
"commit": "d50747d28e1c01a0b4057ddac9b28a8b2822f9a9",
"commit": "",
"build": "22450546",
"start_date": "2023-11-04T22:07:16",
"build_url": "https://readthedocs.org/projects/cimonitor/builds/22450546/",
Expand Down
7 changes: 4 additions & 3 deletions cypress/fixtures/readthedocs/build-success/2.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
{
"headers": {
"x-request-id": "5a571d01b991ebbf535b3842c8a61f2a",
"user-agent": "Read-the-Docs/10.9.0 (readthedocs.org)",
"accept-encoding": "gzip, deflate",
"content-type": "application/json",
"x-rtd-event": "build:triggered"
"x-rtd-event": "build:passed"
},
"body": {
"event": "build:triggered",
"event": "build:passed",
"name": "CIMonitor",
"slug": "cimonitor",
"version": "latest",
"commit": "",
"commit": "d50747d28e1c01a0b4057ddac9b28a8b2822f9a9",
"build": "22450546",
"start_date": "2023-11-04T22:07:16",
"build_url": "https://readthedocs.org/projects/cimonitor/builds/22450546/",
Expand Down

0 comments on commit aa1f43f

Please sign in to comment.