Skip to content

Commit 8aecda8

Browse files
remove testrail report env var
1 parent 162d912 commit 8aecda8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/l10n.yml

Lines changed: 2 additions & 4 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: ${{ 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 }}
4341
runs-on: macos-latest
4442
steps:
4543
- name: Create app token
@@ -198,7 +196,7 @@ jobs:
198196
199197
200198
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 }}
202200
runs-on: windows-latest
203201
steps:
204202
- name: Create app token

0 commit comments

Comments
 (0)