Skip to content

Commit 172fa08

Browse files
remove reporting
1 parent 411cb4f commit 172fa08

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/l10n.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,11 @@ env:
3434
TESTRAIL_API_KEY: ${{ secrets.TESTRAIL_API_KEY }}
3535
TESTRAIL_USERNAME: ${{ secrets.TESTRAIL_USERNAME }}
3636
SVC_ACCT_DECRYPT: ${{ secrets.SVC_ACCT_DECRYPT }}
37-
TESTRAIL_REPORT: true
3837
FX_L10N: true
3938

4039
jobs:
4140
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 }}
4342
runs-on: macos-latest
4443
steps:
4544
- name: Create app token
@@ -123,7 +122,7 @@ jobs:
123122
name: artifacts-mac
124123
path: artifacts-mac
125124
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 }}
127126
runs-on: ubuntu-latest
128127
steps:
129128
- name: Create app token
@@ -201,7 +200,7 @@ jobs:
201200
name: artifacts-linux
202201
path: artifacts-linux
203202
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 }}
205204
runs-on: windows-latest
206205
steps:
207206
- name: Create app token

0 commit comments

Comments
 (0)