From 3c62bcdd78764173ecf7910deea5baa506ee729f Mon Sep 17 00:00:00 2001 From: Roy Crihfield Date: Wed, 31 Jul 2024 09:12:58 -0500 Subject: [PATCH] run tests on PR --- .gitea/workflows/test-fixturenet-eth.yml | 1 + .gitea/workflows/test-fixturenet-plugeth.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitea/workflows/test-fixturenet-eth.yml b/.gitea/workflows/test-fixturenet-eth.yml index 195a683..a819ad5 100644 --- a/.gitea/workflows/test-fixturenet-eth.yml +++ b/.gitea/workflows/test-fixturenet-eth.yml @@ -3,6 +3,7 @@ name: Test Ethereum Fixturenet Stack on: push: branches: '*' + pull_request: schedule: # Note: coordinate with other tests to not overload runners at the same time of day - cron: '12 01 * * *' diff --git a/.gitea/workflows/test-fixturenet-plugeth.yml b/.gitea/workflows/test-fixturenet-plugeth.yml index 462b8e8..93eea50 100644 --- a/.gitea/workflows/test-fixturenet-plugeth.yml +++ b/.gitea/workflows/test-fixturenet-plugeth.yml @@ -3,6 +3,7 @@ name: Test Ethereum Plugeth Fixturenet Stack on: push: branches: '*' + pull_request: schedule: # Note: coordinate with other tests to not overload runners at the same time of day - cron: '14 01 * * *'