From 14b294f72f062fdfe05264342514ec86a6657baf Mon Sep 17 00:00:00 2001 From: Asier Isayas Date: Tue, 6 Jan 2026 17:22:56 -0500 Subject: [PATCH] run cleanup every two hours --- .github/workflows/cleanup.yml | 4 ++-- playwright.config.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index b354096da..ece8c8dba 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -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 diff --git a/playwright.config.ts b/playwright.config.ts index b1f6a622d..228a9373b 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -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: {