From 540ac22afa40ce85ebc1890163ea11451a317c97 Mon Sep 17 00:00:00 2001 From: Roy Crihfield Date: Wed, 1 May 2024 16:16:22 +0800 Subject: [PATCH] scheduled workflows only run on main branch --- .gitea/workflows/fixturenet-eth-plugeth-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/fixturenet-eth-plugeth-test.yml b/.gitea/workflows/fixturenet-eth-plugeth-test.yml index f9db5e86..291d19c0 100644 --- a/.gitea/workflows/fixturenet-eth-plugeth-test.yml +++ b/.gitea/workflows/fixturenet-eth-plugeth-test.yml @@ -6,8 +6,8 @@ on: 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: '2 14 * * *' + # schedule: # Note: coordinate with other tests to not overload runners at the same time of day + # - cron: '2 14 * * *' # Needed until we can incorporate docker startup into the executor container env: