diff --git a/.gitea/workflows/test-fixturenet-plugeth.yml b/.gitea/workflows/test-fixturenet-plugeth.yml index e9bd6a6..071a433 100644 --- a/.gitea/workflows/test-fixturenet-plugeth.yml +++ b/.gitea/workflows/test-fixturenet-plugeth.yml @@ -3,6 +3,8 @@ name: Test Ethereum Plugeth Fixturenet Stack on: push: branches: '*' + schedule: # Note: coordinate with other tests to not overload runners at the same time of day + - cron: '14 01 * * *' jobs: test: