Skip to content

Commit

Permalink
chore: update ryu-cho workflow schedule to run every hour
Browse files Browse the repository at this point in the history
  • Loading branch information
k-miyake committed May 25, 2024
1 parent 77f8cb4 commit 946b648
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ryu-cho.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: ryu-cho

on:
# Schedule the interval of the checks.
# 1時間ごとに実行する
schedule:
- cron: '*/5 * * * *'
- cron: '0 * * * *'

jobs:
ryu-cho:
Expand Down

0 comments on commit 946b648

Please sign in to comment.