Skip to content

Commit 041327e

Browse files
authored
task: change cron job for Autoupdate PRs to start earlier (#274)
1 parent 682f3fc commit 041327e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/autoupdate-prod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Generate SDK
22
on:
33
schedule:
4-
- cron: '30 8 * * *'
4+
- cron: '30 5 * * *'
55
workflow_dispatch:
66

77
jobs:

0 commit comments

Comments
 (0)