Skip to content

Commit 7607ffb

Browse files
committed
Renamed workflow file within flow
1 parent 2e8895a commit 7607ffb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-beta.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Check new beta version
22

33
on:
44
schedule:
5-
- cron: "34 */1 * * *"
5+
- cron: "24 */1 * * *"
66
env:
77
LATEST: ""
88
permissions:
@@ -59,7 +59,7 @@ jobs:
5959
Run-L10N-Mac-Smoke:
6060
needs: Check-Beta-Version
6161
if: ${{ needs.Check-Beta-Version.outputs.mac_l10n_reportable == 'True' }}
62-
uses: ./.github/workflows/l10n_smoke.yml
62+
uses: ./.github/workflows/l10n.yml
6363
with:
6464
job_to_run: L10N-MacOS
6565
secrets: inherit

0 commit comments

Comments
 (0)