Skip to content

Commit fb9910d

Browse files
committed
Added INSTALL_LATEST for manual trigger so it's somewhat testable.
1 parent fa2e159 commit fb9910d

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ on:
1616
required: false
1717
default: false
1818
type: boolean
19+
INSTALL_LATEST:
20+
description: Install the latest (main) API version when true; when false install the currently deployed version.
21+
required: false
22+
default: false
23+
type: boolean
1924
jobs:
2025
update:
2126
uses: ./.github/workflows/db-update.yml

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
INSTALL_LATEST:
1212
description: Install the latest (main) API version when true; when false install the currently deployed version.
1313
required: false
14-
default: true
14+
default: false
1515
type: boolean
1616
workflow_call: []
1717
repository_dispatch: # Update on mobility-database-catalog repo dispatch

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ on:
88
required: false
99
default: false
1010
type: boolean
11+
INSTALL_LATEST:
12+
description: Install the latest (main) API version when true; when false install the currently deployed version.
13+
required: false
14+
default: false
15+
type: boolean
1116
workflow_call: []
1217

1318
repository_dispatch: # Update on mobility-database-catalog repo dispatch

0 commit comments

Comments
 (0)