From 5f7798f392778b1b35586adf580de272a4251578 Mon Sep 17 00:00:00 2001 From: David Boreham Date: Mon, 20 May 2024 11:50:52 +0000 Subject: [PATCH] Change schedule to try to get gitea to re-index --- .gitea/workflows/fixturenet-eth-stack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/fixturenet-eth-stack.yml b/.gitea/workflows/fixturenet-eth-stack.yml index 2373a29..9b44dec 100644 --- a/.gitea/workflows/fixturenet-eth-stack.yml +++ b/.gitea/workflows/fixturenet-eth-stack.yml @@ -4,7 +4,7 @@ on: push: branches: '*' schedule: # Note: coordinate with other tests to not overload runners at the same time of day - - cron: '2 40 * * *' + - cron: '12 01 * * *' jobs: test: