1
0
mirror of synced 2026-01-07 18:01:41 -05:00

run orphaned assets check once a week (#31969)

This commit is contained in:
Peter Bengtsson
2022-10-21 22:46:25 +02:00
committed by GitHub
parent 156ddd74ad
commit 3f3418c061

View File

@@ -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