run orphaned assets check once a week (#31969)
This commit is contained in:
2
.github/workflows/orphaned-assets-check.yml
vendored
2
.github/workflows/orphaned-assets-check.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user