run cleanup every 3 hours

This commit is contained in:
Asier Isayas
2026-01-08 07:25:39 -05:00
parent ac408eb255
commit ca7009a01e

View File

@@ -7,7 +7,7 @@ on:
workflow_dispatch:
schedule:
# Once every two hours
- cron: "0 */2 * * *"
- cron: "0 */3 * * *"
permissions:
id-token: write