run test account cleanup every 12 hours

This commit is contained in:
Asier Isayas
2026-01-23 14:20:50 -08:00
parent 3acaf560fd
commit 27d85a450b

View File

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