From 1cc4567f7dfd1ed86a8bc1706f4e61e7a9f6c08d Mon Sep 17 00:00:00 2001 From: Roy Crihfield Date: Wed, 1 May 2024 23:59:08 +0800 Subject: [PATCH] let fixturenet-eth-plugeth-arm-test trigger on PR --- .gitea/workflows/fixturenet-eth-plugeth-arm-test.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/fixturenet-eth-plugeth-arm-test.yml b/.gitea/workflows/fixturenet-eth-plugeth-arm-test.yml index b5e8d22c..0977c11c 100644 --- a/.gitea/workflows/fixturenet-eth-plugeth-arm-test.yml +++ b/.gitea/workflows/fixturenet-eth-plugeth-arm-test.yml @@ -2,17 +2,15 @@ name: Fixturenet-Eth-Plugeth-Arm-Test on: push: - branches: '*' + branches: 'main' paths: - '!**' - '.gitea/workflows/triggers/fixturenet-eth-plugeth-arm-test' + pull_request: + paths: + - '.gitea/workflows/triggers/fixturenet-eth-plugeth-arm-test' 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: - DOCKER_HOST: unix:///var/run/dind.sock - + - cron: '0 11 * * *' jobs: test: