File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -483,7 +483,7 @@ Create an instance-wide runner::
483
483
"description": "My brand new runner",
484
484
"paused": True,
485
485
"locked": False,
486
- "run_untagged": True
486
+ "run_untagged": True,
487
487
"tag_list": ["linux", "docker", "testing"],
488
488
"access_level": "not_protected"
489
489
})
@@ -496,7 +496,7 @@ Create a group runner::
496
496
"description": "My brand new runner",
497
497
"paused": True,
498
498
"locked": False,
499
- "run_untagged": True
499
+ "run_untagged": True,
500
500
"tag_list": ["linux", "docker", "testing"],
501
501
"access_level": "not_protected"
502
502
})
@@ -509,7 +509,7 @@ Create a project runner::
509
509
"description": "My brand new runner",
510
510
"paused": True,
511
511
"locked": False,
512
- "run_untagged": True
512
+ "run_untagged": True,
513
513
"tag_list": ["linux", "docker", "testing"],
514
514
"access_level": "not_protected"
515
515
})
You can’t perform that action at this time.
0 commit comments