From c4b7c2e3c7698143143cfde2ea109a8274596c62 Mon Sep 17 00:00:00 2001 From: milanmajchrak <90026355+milanmajchrak@users.noreply.github.com> Date: Thu, 16 Nov 2023 15:02:59 +0100 Subject: [PATCH] Update deploy.yml - default istance is 2 not 5 --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2c9a0f401a6..0e39237e178 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -7,7 +7,7 @@ on: INSTANCE: required: false type: string - default: '5' + default: '2' IMPORT: required: false default: true @@ -17,7 +17,7 @@ on: inputs: INSTANCE: required: true - default: '5' + default: '2' type: choice options: - '*'