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 # Allows you to run this workflow manually from the Actions tab
workflow_dispatch: workflow_dispatch:
schedule: schedule:
# Once every two hours # Once every twelve hours
- cron: "0 */2 * * *" - cron: "0 */12 * * *"
permissions: permissions:
id-token: write id-token: write