Skip to content

Commit 16a7be3

Browse files
authored
Merge pull request #36827 from github/repo-sync
Repo sync
2 parents e27a7c6 + 8e44316 commit 16a7be3

File tree

4 files changed

+14
-42
lines changed

4 files changed

+14
-42
lines changed

.github/workflows/index-general-search.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
required: false
1414
default: ''
1515
languages:
16-
description: "Comma separated languages. E.g. 'en,ja, es' (defaults to all)"
16+
description: "Comma separated languages. E.g. 'en,zh,es,pt,ru,ja,fr,de,ko' (defaults to all)"
1717
required: false
1818
default: ''
1919
schedule:

.github/workflows/manually-purge-fastly.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

.github/workflows/purge-fastly.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,8 @@ on:
88
deployment_status:
99
workflow_dispatch:
1010
inputs:
11-
nuke_all:
12-
description: "Nuke all 'every-deployment' keys independent of language"
13-
required: false
14-
type: boolean
15-
default: false
1611
languages:
17-
description: "Comma separated languages. E.g. 'en,ja, es' (defaults to all)"
12+
description: "Comma separated languages. E.g. 'en,zh,es,pt,ru,ja,fr,de,ko' (defaults to en)"
1813
required: false
1914
default: 'en' # Temporary, only purge English on deploy. Set to empty string for all
2015

@@ -58,12 +53,7 @@ jobs:
5853
done
5954
echo "Production is up to date with the build commit"
6055
61-
- name: Purge Fastly edge cache independent of language
62-
if: ${{ inputs.nuke_all }}
63-
run: npm run purge-fastly-edge-cache
64-
6556
- name: Purge Fastly edge cache per language
66-
if: ${{ !inputs.nuke_all }}
6757
env:
6858
LANGUAGES: ${{ inputs.languages || 'en' }} # Temporary, only purge English on deploy. Set to empty string for all
6959
run: npm run purge-fastly-edge-cache-per-language

config/moda/deployment.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ environments:
1414
notify_still_locked: true # Notify last person to lock this after an hour
1515
secret_environment: production
1616
required_review_tasks: []
17+
auto_deploy: true
1718
cluster_selector:
1819
profile: general
1920
region: iad
@@ -24,6 +25,7 @@ environments:
2425
notify_still_locked: true # Notify last person to lock this after an hour
2526
secret_environment: production
2627
required_review_tasks: []
28+
auto_deploy: true
2729
cluster_selector:
2830
profile: general
2931
region: iad
@@ -34,6 +36,7 @@ environments:
3436
notify_still_locked: true # Notify last person to lock this after an hour
3537
secret_environment: production
3638
required_review_tasks: []
39+
auto_deploy: true
3740
cluster_selector:
3841
profile: general
3942
region: iad
@@ -44,6 +47,7 @@ environments:
4447
notify_still_locked: true # Notify last person to lock this after an hour
4548
secret_environment: production
4649
required_review_tasks: []
50+
auto_deploy: true
4751
cluster_selector:
4852
profile: general
4953
region: iad
@@ -54,6 +58,7 @@ environments:
5458
notify_still_locked: true # Notify last person to lock this after an hour
5559
secret_environment: production
5660
required_review_tasks: []
61+
auto_deploy: true
5762
cluster_selector:
5863
profile: general
5964
region: iad
@@ -64,6 +69,7 @@ environments:
6469
notify_still_locked: true # Notify last person to lock this after an hour
6570
secret_environment: production
6671
required_review_tasks: []
72+
auto_deploy: true
6773
cluster_selector:
6874
profile: general
6975
region: iad
@@ -74,6 +80,7 @@ environments:
7480
notify_still_locked: true # Notify last person to lock this after an hour
7581
secret_environment: production
7682
required_review_tasks: []
83+
auto_deploy: true
7784
cluster_selector:
7885
profile: general
7986
region: iad
@@ -84,6 +91,7 @@ environments:
8491
notify_still_locked: true # Notify last person to lock this after an hour
8592
secret_environment: production
8693
required_review_tasks: []
94+
auto_deploy: true
8795
cluster_selector:
8896
profile: general
8997
region: iad
@@ -94,6 +102,7 @@ environments:
94102
notify_still_locked: true # Notify last person to lock this after an hour
95103
secret_environment: production
96104
required_review_tasks: []
105+
auto_deploy: true
97106
cluster_selector:
98107
profile: general
99108
region: iad
@@ -104,6 +113,7 @@ environments:
104113
notify_still_locked: true # Notify last person to lock this after an hour
105114
secret_environment: production
106115
required_review_tasks: []
116+
auto_deploy: true
107117
cluster_selector:
108118
profile: general
109119
region: iad
@@ -114,6 +124,7 @@ environments:
114124
notify_still_locked: true # Notify last person to lock this after an hour
115125
secret_environment: production
116126
required_review_tasks: []
127+
auto_deploy: true
117128
cluster_selector:
118129
profile: general
119130
region: iad
@@ -124,6 +135,7 @@ environments:
124135
notify_still_locked: true # Notify last person to lock this after an hour
125136
secret_environment: production
126137
required_review_tasks: []
138+
auto_deploy: true
127139
cluster_selector:
128140
profile: general
129141
region: iad

0 commit comments

Comments
 (0)