File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 34
34
TESTRAIL_API_KEY : ${{ secrets.TESTRAIL_API_KEY }}
35
35
TESTRAIL_USERNAME : ${{ secrets.TESTRAIL_USERNAME }}
36
36
SVC_ACCT_DECRYPT : ${{ secrets.SVC_ACCT_DECRYPT }}
37
- TESTRAIL_REPORT : true
38
37
FX_L10N : true
39
38
40
39
jobs :
41
40
L10N-MacOS :
42
- if : ${{ github.event_name == 'pull_request' || inputs.job_to_run == 'L10N-MacOS' || inputs.mac_installer_link }}
41
+ if : ${{ inputs.job_to_run == 'L10N-MacOS' || inputs.mac_installer_link }}
43
42
runs-on : macos-latest
44
43
steps :
45
44
- name : Create app token
@@ -123,7 +122,7 @@ jobs:
123
122
name : artifacts-mac
124
123
path : artifacts-mac
125
124
L10N-Linux :
126
- if : ${{ github.event_name == 'pull_request' || inputs.job_to_run == 'L10N-Linux' || inputs.linux_tarball_link }}
125
+ if : ${{ inputs.job_to_run == 'L10N-Linux' || inputs.linux_tarball_link }}
127
126
runs-on : ubuntu-latest
128
127
steps :
129
128
- name : Create app token
@@ -201,7 +200,7 @@ jobs:
201
200
name : artifacts-linux
202
201
path : artifacts-linux
203
202
L10N-Windows :
204
- if : ${{ github.event_name == 'pull_request' || inputs.job_to_run == 'L10N-Windows' || inputs.win_installer_link }}
203
+ if : ${{ inputs.job_to_run == 'L10N-Windows' || inputs.win_installer_link }}
205
204
runs-on : windows-latest
206
205
steps :
207
206
- name : Create app token
You can’t perform that action at this time.
0 commit comments