Skip to content

Commit

Permalink
schedule 更新
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Jul 20, 2024
1 parent 7691d17 commit 5cc44b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ on:
- 'LICENSE'
- 'Sora.podspec'
schedule:
- cron: "0 0 * * *"
# UTC の 01:00 は JST だと 10:00 。
# 1-5 で 月曜日から金曜日
- cron: "0 1 * * 1-5"

jobs:
build:
Expand Down

0 comments on commit 5cc44b6

Please sign in to comment.