Update cleanup schedule from once per day to every six hours.

This commit is contained in:
Jade Welton
2025-04-15 10:46:50 -07:00
parent 94b1e729d1
commit bef4dbd951

View File

@@ -6,8 +6,8 @@ on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
schedule:
# Once every hour
- cron: "0 15 * * *"
# Once every six hours
- cron: "0 */6 * * *"
permissions:
id-token: write