Skip to content

Commit f792d20

Browse files
committed
Chore: 업데이트 워크플로우 시간에 UTC 적용
1 parent 0a19ce3 commit f792d20

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/update.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ name: Update table CI
55

66
on:
77
schedule:
8-
- cron: '0 0 * * *'
9-
- cron: '0 7 * * *'
10-
- cron: '30 12 * * *'
11-
- cron: '10 18 * * *'
8+
- cron: '0 15 * * *'
9+
- cron: '0 22 * * *'
10+
- cron: '30 3 * * *'
11+
- cron: '10 9 * * *'
1212
workflow_dispatch:
1313

1414
jobs:

0 commit comments

Comments
 (0)