diff --git a/.github/workflows/orphaned-assets-check.yml b/.github/workflows/orphaned-assets-check.yml index f3f69e811e..adde3711b6 100644 --- a/.github/workflows/orphaned-assets-check.yml +++ b/.github/workflows/orphaned-assets-check.yml @@ -7,7 +7,7 @@ name: 'Orphaned assets check' on: workflow_dispatch: schedule: - - cron: '13 10 * * *' # Once a day at 10:13 UTC + - cron: '20 11 * * 1' # run every Monday at 11:20AM UTC permissions: contents: read