diff --git a/.gitea/workflows/test-fixturenet-eth.yml b/.gitea/workflows/test-fixturenet-eth.yml index f4d6d9f..01effd9 100644 --- a/.gitea/workflows/test-fixturenet-eth.yml +++ b/.gitea/workflows/test-fixturenet-eth.yml @@ -4,8 +4,6 @@ on: push: branches: '*' pull_request: - schedule: # Note: coordinate with other tests to not overload runners at the same time of day - - cron: '12 01 * * *' jobs: test: diff --git a/.gitea/workflows/test-fixturenet-plugeth.yml b/.gitea/workflows/test-fixturenet-plugeth.yml index 4973c2f..e274a91 100644 --- a/.gitea/workflows/test-fixturenet-plugeth.yml +++ b/.gitea/workflows/test-fixturenet-plugeth.yml @@ -4,8 +4,6 @@ on: push: branches: '*' pull_request: - schedule: # Note: coordinate with other tests to not overload runners at the same time of day - - cron: '14 01 * * *' jobs: test: