From de7d5a005a6652b0e4d2e3fb369df23eb76d8e7c Mon Sep 17 00:00:00 2001 From: yurydubinin <62520712+yury-dubinin@users.noreply.github.com> Date: Mon, 2 Sep 2024 19:53:37 +0200 Subject: [PATCH] swaps every 25 minutes to avoid collision with limits --- .github/workflows/monitoring-swap-geo-e2e-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/monitoring-swap-geo-e2e-tests.yml b/.github/workflows/monitoring-swap-geo-e2e-tests.yml index e93a374909..4939dee841 100644 --- a/.github/workflows/monitoring-swap-geo-e2e-tests.yml +++ b/.github/workflows/monitoring-swap-geo-e2e-tests.yml @@ -3,7 +3,7 @@ name: Synthetic Swaps Geo Monitoring Frontend tests on: workflow_dispatch: schedule: - - cron: "*/30 * * * *" + - cron: "*/25 * * * *" jobs: setup-matrix: