change cleanup frequency to once a day

This commit is contained in:
Asier Isayas
2026-01-26 06:36:47 -08:00
parent 27d85a450b
commit 3552cd3e9d

View File

@@ -6,8 +6,8 @@ on:
# Allows you to run this workflow manually from the Actions tab # Allows you to run this workflow manually from the Actions tab
workflow_dispatch: workflow_dispatch:
schedule: schedule:
# Once every twelve hours # Once every day at 7 AM PST
- cron: "0 */12 * * *" - cron: "0 13 * * *"
permissions: permissions:
id-token: write id-token: write