From 9a9a97405d968947915d117c0d3cd15df6d12f46 Mon Sep 17 00:00:00 2001 From: Nikita Menkovich Date: Fri, 18 Oct 2024 15:04:33 +0200 Subject: [PATCH] auto updater of images for nebius --- .github/workflows/packer.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/packer.yaml b/.github/workflows/packer.yaml index e9791b4ca0d..de883ef5c02 100644 --- a/.github/workflows/packer.yaml +++ b/.github/workflows/packer.yaml @@ -101,7 +101,10 @@ on: description: "Run on new nebius runners" required: false default: "no" - type: string + type: choice + options: + - "yes" + - "no" env: build: ${{ github.event_name == 'schedule' && 'true' || inputs.build }}