Skip to content

Commit 0882f4b

Browse files
restart workflow
1 parent e15aeb0 commit 0882f4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/l10n_smoke.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: L10N Test Execution
33

4-
run-name: ${{ github.actor }} is running smoke tests
4+
run-name: ${{ github.actor }} is running l10n tests
55
on:
66
pull_request:
77
workflow_call:
@@ -124,7 +124,7 @@ jobs:
124124
if: ${{ github.event_name != 'workflow_dispatch' }}
125125
runs-on: ubuntu-latest
126126
needs:
127-
- Smoke-MacOS
127+
- L10N-MacOS
128128
steps:
129129
- name: Checkout repository
130130
uses: actions/checkout@v4

0 commit comments

Comments
 (0)