Skip to content

Commit 78d1553

Browse files
remove l10n run in pull request
1 parent a321678 commit 78d1553

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/l10n.yml

Lines changed: 1 addition & 2 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:
@@ -30,7 +29,7 @@ env:
3029

3130
jobs:
3231
L10N-MacOS:
33-
if: ${{ inputs.job_to_run == 'L10N-MacOS' || github.event_name == 'pull_request' || inputs.mac_installer_link }}
32+
if: ${{ inputs.job_to_run == 'L10N-MacOS' || inputs.mac_installer_link }}
3433
runs-on: macos-latest
3534
steps:
3635
- name: Create app token

0 commit comments

Comments
 (0)