Skip to content

Commit da94fce

Browse files
dennisamelingdscho
authored andcommitted
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]> Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 8563e79 commit da94fce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ on:
2727
type: string
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)