We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
deallocate_immediately
1 parent 2ba75ae commit f887d39Copy full SHA for f887d39
.github/workflows/create-azure-self-hosted-runners.yml
@@ -20,7 +20,10 @@ on:
20
required: false
21
description: Repo to deploy the runner to. Only needed if runner_scope is set to "repo-level" (defaults to current repository)
22
deallocate_immediately:
23
- type: string
+ type: choice
24
+ options:
25
+ - false
26
+ - true
27
required: true
28
description: Deallocate the runner immediately after creating it (useful for spinning up runners preemptively)
29
default: "false"
0 commit comments