Skip to content

Commit

Permalink
Fix cron schedule, comment is correct
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed May 20, 2024
1 parent ac66576 commit ac70876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/itself.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
schedule:
# Every 10:50 JST
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule
- cron: '50 1 * * 1'
- cron: '50 1 * * *'
workflow_dispatch:

# Disable all permissions in workflow global as to setup clean room
Expand Down

0 comments on commit ac70876

Please sign in to comment.