Skip to content

Commit

Permalink
fix: trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
cka-y committed Aug 13, 2024
1 parent bd7088d commit 9b678a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/db-update-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ on:
- main
paths:
- 'liquibase/changelog.xml'
- 'api/src/scripts/populate_db_gtfs.py'
- 'api/src/scripts/populate_db_gbfs.py'
- 'api/src/scripts/populate_db*'
repository_dispatch: # Update on mobility-database-catalog repo dispatch
types: [ catalog-sources-updated ]
workflow_dispatch:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/db-update-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ on:
- main
paths:
- 'liquibase/changelog.xml'
- 'api/src/scripts/populate_db_gtfs.py'
- 'api/src/scripts/populate_db_gbfs.py'
- 'api/src/scripts/populate_db*'
workflow_dispatch:
jobs:
update:
Expand Down

0 comments on commit 9b678a3

Please sign in to comment.