From bb1ff0f2bcf17d6e346e95b9783e312b9484eae5 Mon Sep 17 00:00:00 2001 From: Roman Zajic Date: Tue, 26 May 2026 15:21:19 +0800 Subject: [PATCH] chore: change fleet tests to run once a week (#187) --- .github/workflows/fleet_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fleet_tests.yml b/.github/workflows/fleet_tests.yml index 13a6552f2..64b3909b1 100644 --- a/.github/workflows/fleet_tests.yml +++ b/.github/workflows/fleet_tests.yml @@ -6,7 +6,7 @@ concurrency: on: schedule: - - cron: '0 2 * * *' + - cron: '0 2 * * 0' workflow_dispatch: inputs: node1: