File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
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 : ${{ github.event_name == 'pull_request' || inputs.job_to_run == 'L10N-MacOS' || 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
@@ -198,7 +196,7 @@ jobs:
198
196
199
197
200
198
L10N-Windows :
201
- if : ${{ inputs.job_to_run == 'L10N-Windows' || github.event_name == 'pull_request' || inputs.win_installer_link }}
199
+ if : ${{ inputs.job_to_run == 'L10N-Windows' || inputs.win_installer_link }}
202
200
runs-on : windows-latest
203
201
steps :
204
202
- name : Create app token
You can’t perform that action at this time.
0 commit comments