From 1646f74633aa1265de334badbe2082507520f9a6 Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Sat, 6 Dec 2025 10:49:30 +0000 Subject: [PATCH] More frequent tests --- .github/workflows/e2e.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 1e3b7b41..aaffac3b 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -6,14 +6,13 @@ on: pull_request: branches: ["main"] schedule: - - cron: '0 * * * *' + - cron: '*/30 * * * *' concurrency: group: e2e-tests cancel-in-progress: false env: - CARGO_TERM_COLOR: always RUSTFLAGS: "-Dwarnings" jobs: