Skip to content

Commit f887d39

Browse files
committed
self-hosted-runner: emulate a Boolean type for deallocate_immediately
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 2ba75ae commit f887d39

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/create-azure-self-hosted-runners.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ on:
2020
required: false
2121
description: Repo to deploy the runner to. Only needed if runner_scope is set to "repo-level" (defaults to current repository)
2222
deallocate_immediately:
23-
type: string
23+
type: choice
24+
options:
25+
- false
26+
- true
2427
required: true
2528
description: Deallocate the runner immediately after creating it (useful for spinning up runners preemptively)
2629
default: "false"

0 commit comments

Comments
 (0)