Skip to content

test: w problematic feed #66

test: w problematic feed

test: w problematic feed #66

Workflow file for this run

# Update the Mobility Database Schema
name: Dev Database Update
on:
push: # Update on merge on master if the changelog file has been updated
branches:
- main
- 'feat/19'
# TODO restore before merge
# paths:
# - 'liquibase/changelog.xml'
workflow_dispatch:
inputs:
RUN_POPULATE_SCRIPT:
description: 'Run populate script (true/false)'
required: false
default: true
jobs:
update:
uses: ./.github/workflows/db-update.yml
with:
PROJECT_ID: ${{ vars.DEV_MOBILITY_FEEDS_PROJECT_ID }}
DB_NAME: ${{ vars.DEV_POSTGRE_SQL_DB_NAME }}
REGION: ${{ vars.DEV_MOBILITY_FEEDS_REGION }}
RUN_POPULATE_SCRIPT: ${{ github.event.inputs.RUN_POPULATE_SCRIPT || true }}
secrets:
DB_USER_PASSWORD: ${{ secrets.DEV_POSTGRE_USER_PASSWORD }}
DB_USER_NAME: ${{ secrets.DEV_POSTGRE_USER_NAME }}
DB_INSTANCE_NAME: ${{ secrets.DB_INSTANCE_NAME }}
GCP_MOBILITY_FEEDS_SA_KEY: ${{ secrets.DEV_GCP_MOBILITY_FEEDS_SA_KEY }}