run cleanup every two hours

This commit is contained in:
Asier Isayas
2026-01-06 17:22:56 -05:00
parent e2efea8dbb
commit 14b294f72f
2 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -11,8 +11,8 @@ export default defineConfig({
reporter: process.env.CI ? "blob" : "html",
timeout: 10 * 60 * 1000,
use: {
trace: "off",
video: "off",
trace: "retain-on-failure",
video: "retain-on-failure",
screenshot: "on",
testIdAttribute: "data-test",
contextOptions: {