From 31f69b3f6186a78617ba951bfc438a60710bf723 Mon Sep 17 00:00:00 2001 From: Chris Berg Date: Wed, 15 Jan 2025 09:14:03 -0800 Subject: [PATCH] fix: changed default input to test and made required. --- .github/workflows/merge.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index e7af91e..0380215 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -13,8 +13,8 @@ on: tag: description: "Image tag set to deploy; e.g. PR number or prod" type: string - required: false - default: '' + required: true + default: 'test' concurrency: # Do not interrupt previous workflows