diff --git a/.github/workflows/run-data-pipeline-manual.yml b/.github/workflows/run-data-pipeline-manual.yml index 76e79d8..646967c 100644 --- a/.github/workflows/run-data-pipeline-manual.yml +++ b/.github/workflows/run-data-pipeline-manual.yml @@ -7,8 +7,13 @@ on: description: Main Spreadsheet Id required: true db_env: - description: Database Environment (staging or production) + description: Database Environment required: true + default: staging + type: choice + options: + - staging + - production jobs: run_sigla_pipeline: diff --git a/.github/workflows/run-qa-test-manual.yml b/.github/workflows/run-qa-test-manual.yml index d4a7d5d..228159b 100644 --- a/.github/workflows/run-qa-test-manual.yml +++ b/.github/workflows/run-qa-test-manual.yml @@ -7,8 +7,13 @@ on: description: Spreadsheet Ids (delimited by comma) required: true db_env: - description: Database Environment (staging or production) + description: Database Environment required: true + default: staging + type: choice + options: + - staging + - production jobs: run_qa_test: diff --git a/.github/workflows/run-subset-pipeline-manual.yml b/.github/workflows/run-subset-pipeline-manual.yml index c4e6416..853d036 100644 --- a/.github/workflows/run-subset-pipeline-manual.yml +++ b/.github/workflows/run-subset-pipeline-manual.yml @@ -7,8 +7,13 @@ on: description: Spreadsheet Ids (delimited by comma) required: true db_env: - description: Database Environment (staging or production) + description: Database Environment required: true + default: staging + type: choice + options: + - staging + - production jobs: load_spreadsheets: