From a7c035be2ca80b9377ffc5beb97f9963c495aec2 Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Fri, 31 Jan 2025 10:57:08 -0500 Subject: [PATCH] update the environment dropdown to a hard coded list to avoid displaying all the ci environments --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9969fcbd6..810d8772e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,8 +19,8 @@ on: - "dbt-spark" deploy-to: description: "Choose whether to publish to test or prod" - type: environment - default: "prod" + type: choice + options: ["prod", "test"] branch: description: "Choose the branch to publish from" type: string