Skip to content

Commit cee5de2

Browse files
committed
Modified to test on DEV
1 parent 0e7c145 commit cee5de2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/db-update-dev.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ on:
1010
repository_dispatch: # Update on mobility-database-catalog repo dispatch
1111
types: [ catalog-sources-updated, gbfs-systems-updated ]
1212
workflow_dispatch:
13+
inputs:
14+
DRY_RUN:
15+
description: Skip applying schema and content updates
16+
required: false
17+
default: false
18+
type: boolean
1319
jobs:
1420
update:
1521
uses: ./.github/workflows/db-update.yml
@@ -20,6 +26,7 @@ jobs:
2026
ENVIRONMENT: ${{ vars.DEV_MOBILITY_FEEDS_ENVIRONMENT }}
2127
DB_ENVIRONMENT: ${{ vars.QA_MOBILITY_FEEDS_ENVIRONMENT }}
2228
API_BASE_URL: api-dev.mobilitydatabase.org
29+
DRY_RUN: ${{ inputs.DRY_RUN }}
2330
secrets:
2431
DB_USER_PASSWORD: ${{ secrets.DEV_POSTGRE_USER_PASSWORD }}
2532
DB_USER_NAME: ${{ secrets.DEV_POSTGRE_USER_NAME }}

0 commit comments

Comments
 (0)