Skip to content

Commit b6b1745

Browse files
remove l10n pull request
1 parent 6e017c1 commit b6b1745

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

.github/workflows/l10n.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: L10N Test Execution
33

44
run-name: ${{ github.actor }} is running l10n tests
55
on:
6-
pull_request:
76
workflow_call:
87
inputs:
98
channel:
@@ -34,12 +33,11 @@ env:
3433
TESTRAIL_API_KEY: ${{ secrets.TESTRAIL_API_KEY }}
3534
TESTRAIL_USERNAME: ${{ secrets.TESTRAIL_USERNAME }}
3635
SVC_ACCT_DECRYPT: ${{ secrets.SVC_ACCT_DECRYPT }}
37-
TESTRAIL_REPORT: true
3836
FX_L10N: true
3937

4038
jobs:
4139
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 }}
4341
runs-on: macos-latest
4442
steps:
4543
- name: Create app token
@@ -123,7 +121,7 @@ jobs:
123121
name: artifacts-mac
124122
path: artifacts-mac
125123
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 }}
127125
runs-on: ubuntu-latest
128126
steps:
129127
- name: Create app token
@@ -201,7 +199,7 @@ jobs:
201199
name: artifacts-linux
202200
path: artifacts-linux
203201
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 }}
205203
runs-on: windows-latest
206204
steps:
207205
- name: Create app token

selected_l10n_mappings

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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

0 commit comments

Comments
 (0)