Skip to content

Commit

Permalink
provide default value to environment_to_deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
vatsrahul1001 committed Sep 21, 2023
1 parent d93c68f commit 059a0a1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci-astro-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,11 @@ on:
description: 'The git revision to deploy'
required: false
default: ''

environment_to_deploy:
description: 'astro cloud deployment to deploy to'
required: true
type: choice
options:
- both
- astro-sdk-integration-tests
- astro-sdk-integration-tests-on-KE
default: both
dags_to_trigger_after_deployment:
description: |
Comma separated list of dag_ids to trigger after deployment
Expand Down

0 comments on commit 059a0a1

Please sign in to comment.