Skip to content

Commit 6c25a54

Browse files
committed
self-hosted-runners: do not deallocate by default
We will soon be adding logic that automatically spins up and removes runners on-demand, so there's no need to deallocate in that case. An additional benefit of not deallocating is that we can leverage the fast D:\ drive to install the Runner on. This drive would otherwise be destroyed as part of the deallocation process. Signed-off-by: Dennis Ameling <[email protected]>
1 parent 640b5d7 commit 6c25a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ on:
2727
type: boolean
2828
required: true
2929
description: Deallocate the runner immediately after creating it (useful for spinning up runners preemptively)
30-
default: true
30+
default: false
3131

3232
env:
3333
AMOUNT_OF_RUNNERS: ${{ github.event.inputs.amount_of_runners }}

0 commit comments

Comments
 (0)