diff --git a/.github/workflows/itself.yml b/.github/workflows/itself.yml index ecce5ccf..e2b0aefb 100644 --- a/.github/workflows/itself.yml +++ b/.github/workflows/itself.yml @@ -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