mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-03-12 00:12:37 +01:00
Exhaustively test each combination of deleting and updating a action runner via the web route. Although updating an action runner was not impacted, its good to have a test nonetheless.
31 lines
507 B
YAML
31 lines
507 B
YAML
-
|
|
id: 1001
|
|
uuid: "43b5d4d3-401b-42f9-94df-a9d45b447b82"
|
|
name: "User runner"
|
|
owner_id: 2
|
|
repo_id: 0
|
|
deleted: 0
|
|
|
|
-
|
|
id: 1002
|
|
uuid: "bdc77f4f-2b2b-442d-bd44-e808f4306347"
|
|
name: "Organisation runner"
|
|
owner_id: 3
|
|
repo_id: 0
|
|
deleted: 0
|
|
|
|
-
|
|
id: 1003
|
|
uuid: "9268bc8c-efbf-4dbe-aeb5-945733cdd098"
|
|
name: "Repository runner"
|
|
owner_id: 0
|
|
repo_id: 1
|
|
deleted: 0
|
|
|
|
-
|
|
id: 1004
|
|
uuid: "fb857e63-c0ce-4571-a6c9-fde26c128073"
|
|
name: "Global runner"
|
|
owner_id: 0
|
|
repo_id: 0
|
|
deleted: 0
|