From 73c0eeb59d93627bbc678e5fc1a764a354a5d174 Mon Sep 17 00:00:00 2001 From: scx1332 Date: Fri, 4 Oct 2024 12:07:50 +0200 Subject: [PATCH] Update actions --- .github/workflows/multi_allocations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/multi_allocations.yml b/.github/workflows/multi_allocations.yml index 173c613..ea1fdbe 100644 --- a/.github/workflows/multi_allocations.yml +++ b/.github/workflows/multi_allocations.yml @@ -139,7 +139,7 @@ jobs: golemsp setup --no-interactive echo "\n***** Provider $i - Presets before change: *****\n" ya-provider preset list - ya-provider preset update --no-interactive --name=vm --price="cpu=0.0016" --price="duration=0.2311" + ya-provider preset update --no-interactive --name=vm --price="cpu=0.0016" --price="duration=0.1611" echo "\n***** Provider $i - Presets after change: *****\n" ya-provider preset list cd ../..