Skip to content

Commit

Permalink
auto updater of images for nebius
Browse files Browse the repository at this point in the history
  • Loading branch information
librarian committed Oct 18, 2024
1 parent 7381c14 commit 9a9a974
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/packer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 9a9a974

Please sign in to comment.