Skip to content

Commit

Permalink
Merge pull request #8 from MidraLab/ayutaz-patch-1
Browse files Browse the repository at this point in the history
Update scheduled.yml
  • Loading branch information
ayutaz authored Aug 31, 2023
2 parents 732f936 + 5ccd93d commit 2e665b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: notification-scheduled
on:
schedule:
- cron: '0 12 * * wen' # 日本時間の21時に実行
- cron: '0 18 * * tue' # 日本時間で水曜日の3時に実行 (UTCで火曜日の18時)

workflow_dispatch:
jobs:
build:
Expand Down

0 comments on commit 2e665b8

Please sign in to comment.