From 04301993480a931fc99e11117dc0e0f20628124b Mon Sep 17 00:00:00 2001 From: David Boreham Date: Wed, 15 May 2024 09:09:38 -0600 Subject: [PATCH] Try making schedule definition exactly the same as in SO --- .gitea/workflows/fixturenet-eth-stack.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/fixturenet-eth-stack.yml b/.gitea/workflows/fixturenet-eth-stack.yml index 7b5db92..91685ae 100644 --- a/.gitea/workflows/fixturenet-eth-stack.yml +++ b/.gitea/workflows/fixturenet-eth-stack.yml @@ -1,14 +1,13 @@ name: Ethereum Fixturenet Stack Test on: - pull_request: - branches: '*' push: - branches: - - main - - ci-test + branches: '*' + paths: + - '!**' + - '.gitea/workflows/triggers/fixturenet-eth-plugeth-test' schedule: # Note: coordinate with other tests to not overload runners at the same time of day - - cron: '17 25 * * *' + - cron: '2 14 * * *' jobs: test: