Skip to content

Commit

Permalink
Update scheduled.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ayutaz committed Aug 31, 2023
1 parent 6f06669 commit bdcb10c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: notification-scheduled
on:
schedule:
- cron: '0 12 * * thu' # 日本時間の21時に実行
- cron: '0 12 * * wen' # 日本時間の21時に実行
workflow_dispatch:
jobs:
build:
Expand Down

0 comments on commit bdcb10c

Please sign in to comment.