Skip to content

Commit 648047c

Browse files
committed
Merge main
2 parents 87e1eb9 + d92e2c7 commit 648047c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/l10n.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,12 +138,16 @@ jobs:
138138
uses: actions/setup-python@v5
139139
with:
140140
python-version: "3.11"
141+
- name: Set Environment (Scheduled Beta)
142+
if: ${{ inputs.job_to_run == 'L10N-Linux' }}
143+
run: |
144+
echo "TESTRAIL_REPORT='true'" >> "$GITHUB_ENV";
145+
echo "Running report for most recent Beta on Linux";
141146
- name: Install dependencies
142147
id: setup
143148
env:
144149
MANUAL_DOWNLOAD_LINK: ${{ inputs.linux_tarball_link }}
145150
run: |
146-
echo "MANUAL='true'" >> "$GITHUB_ENV";
147151
echo "Running l10n tests on supplied executable";
148152
sudo apt install gnome-screenshot;
149153
uname -m;
@@ -225,7 +229,7 @@ jobs:
225229
New-item -Name .env -Value $env_contents -ItemType File -Force
226230
Write-Host "Running l10n tests on supplied executable"
227231
- name: Set Environment (Scheduled Beta)
228-
if: ${{ inputs.job_to_run == 'Smoke-Windows' }}
232+
if: ${{ inputs.job_to_run == 'L10N-Windows' }}
229233
run: |
230234
$env_contents = @"
231235
TESTRAIL_REPORT='true'

0 commit comments

Comments
 (0)