Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit c295dd1

Browse files
authored
ryu-cho の実行間隔を伸ばす (#15)
* chore: update ryu-cho workflow schedule to run every hour * chore: update ryu-cho workflow schedule to run every day * chore: Delete script for deleting logs in workflows
1 parent 946b648 commit c295dd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ryu-cho.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: ryu-cho
22

33
on:
4-
# 1時間ごとに実行する
4+
# 1日ごとに実行
55
schedule:
6-
- cron: '0 * * * *'
6+
- cron: '0 0 * * *'
77

88
jobs:
99
ryu-cho:

0 commit comments

Comments
 (0)