Skip to content

Commit

Permalink
update the environment dropdown to a hard coded list to avoid display…
Browse files Browse the repository at this point in the history
…ing all the ci environments
  • Loading branch information
mikealfare committed Jan 31, 2025
1 parent a5e3e1e commit a7c035b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a7c035b

Please sign in to comment.