From f0b51f4a99b50280197784d340629d5d6cb21a49 Mon Sep 17 00:00:00 2001 From: Roy Crihfield Date: Fri, 19 Jul 2024 01:23:42 +0800 Subject: [PATCH] [dev] disable scheduled workflows --- .gitea/workflows/test-fixturenet-eth.yml | 2 -- .gitea/workflows/test-fixturenet-plugeth.yml | 2 -- 2 files changed, 4 deletions(-) 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: