Skip to content

Commit d028724

Browse files
committed
Set the default DRY_RUN to false in the db-update workflows.
1 parent e3010d2 commit d028724

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
DRY_RUN:
2020
description: Dry run. Skip applying schema and content updates
2121
required: false
22-
default: true
22+
default: false
2323
type: boolean
2424
jobs:
2525
print-event-name:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
DRY_RUN:
1414
description: Dry run. Skip applying schema and content updates
1515
required: false
16-
default: true
16+
default: false
1717
type: boolean
1818

1919
jobs:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
DRY_RUN:
1414
description: Dry run. Skip applying schema and content updates
1515
required: false
16-
default: true
16+
default: false
1717
type: boolean
1818

1919
jobs:

0 commit comments

Comments
 (0)