Skip to content

Commit

Permalink
週間ツイートが月曜日に投稿されるように修正
Browse files Browse the repository at this point in the history
  • Loading branch information
mikiken authored Nov 20, 2024
1 parent 7b9b3f2 commit 565b243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notify-weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Notify to Twitter (Weekly)

on:
schedule:
- cron: '0 23 * * 1' # At 8:00 am every Monday (JST)
- cron: '0 23 * * 0' # At 8:00 am every Monday (JST)

jobs:
notify:
Expand Down

0 comments on commit 565b243

Please sign in to comment.