Skip to content

Commit bb734cf

Browse files
reportable condtion added
1 parent 54c119d commit bb734cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/l10n.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ jobs:
296296
- name: Run L10N Tests in Win (Headed)
297297
if: steps.setup.conclusion == 'success' && always()
298298
env:
299-
REPORTABLE: true
299+
REPORTABLE: ${{ env.TESTRAIL_REPORT == 'true' }}
300300
run: |
301301
rm ./pyproject.toml;
302302
mv ./ci_l10n_pyproject_headed.toml ./pyproject.toml;

0 commit comments

Comments
 (0)