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: