File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ name: L10N Test Execution
3
3
4
4
run-name : ${{ github.actor }} is running l10n tests
5
5
on :
6
- pull_request :
7
6
workflow_call :
8
7
inputs :
9
8
channel :
34
33
TESTRAIL_API_KEY : ${{ secrets.TESTRAIL_API_KEY }}
35
34
TESTRAIL_USERNAME : ${{ secrets.TESTRAIL_USERNAME }}
36
35
SVC_ACCT_DECRYPT : ${{ secrets.SVC_ACCT_DECRYPT }}
37
- TESTRAIL_REPORT : true
38
36
FX_L10N : true
39
37
40
38
jobs :
41
39
L10N-MacOS :
42
- if : ${{ inputs.job_to_run == 'L10N-MacOS' || github.event_name == 'pull_request' || inputs.mac_installer_link }}
40
+ if : ${{ inputs.job_to_run == 'L10N-MacOS' || inputs.mac_installer_link }}
43
41
runs-on : macos-latest
44
42
steps :
45
43
- name : Create app token
@@ -123,7 +121,7 @@ jobs:
123
121
name : artifacts-mac
124
122
path : artifacts-mac
125
123
L10N-Linux :
126
- if : ${{ inputs.job_to_run == 'L10N-Linux' || github.event_name == 'pull_request' || inputs.linux_tarball_link }}
124
+ if : ${{ inputs.job_to_run == 'L10N-Linux' || inputs.linux_tarball_link }}
127
125
runs-on : ubuntu-latest
128
126
steps :
129
127
- name : Create app token
@@ -201,7 +199,7 @@ jobs:
201
199
name : artifacts-linux
202
200
path : artifacts-linux
203
201
L10N-Windows :
204
- if : ${{ inputs.job_to_run == 'L10N-Windows' || github.event_name == 'pull_request' || inputs.win_installer_link }}
202
+ if : ${{ inputs.job_to_run == 'L10N-Windows' || inputs.win_installer_link }}
205
203
runs-on : windows-latest
206
204
steps :
207
205
- name : Create app token
Original file line number Diff line number Diff line change
1
+ amazon US CA FR DE
2
+ mediamarkt DE
3
+ demo US CA FR DE
4
+ walmart US CA
5
+ lowes US
6
+ etsy US CA
7
+ calvinklein US
8
+ bestbuy US
You can’t perform that action at this time.
0 commit comments