Skip to content

Commit dbe2448

Browse files
authored
Allow staging deploys without an approval (#54399)
1 parent 7355d87 commit dbe2448

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

config/moda/deployment.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ environments:
1111
require_pipeline: false
1212
notify_still_locked: true # Notify last person to lock this after an hour
1313
secret_environment: production
14+
required_review_tasks: []
1415
cluster_selector:
1516
profile: general
1617
region: iad
@@ -19,6 +20,7 @@ environments:
1920
require_pipeline: false
2021
notify_still_locked: true # Notify last person to lock this after an hour
2122
secret_environment: production
23+
required_review_tasks: []
2224
cluster_selector:
2325
profile: general
2426
region: iad
@@ -27,6 +29,7 @@ environments:
2729
require_pipeline: false
2830
notify_still_locked: true # Notify last person to lock this after an hour
2931
secret_environment: production
32+
required_review_tasks: []
3033
cluster_selector:
3134
profile: general
3235
region: iad

0 commit comments

Comments
 (0)