diff --git a/.gitea/workflows/fixturenet-eth-stack.yml b/.gitea/workflows/fixturenet-eth-stack.yml index de71e59..7b5db92 100644 --- a/.gitea/workflows/fixturenet-eth-stack.yml +++ b/.gitea/workflows/fixturenet-eth-stack.yml @@ -7,6 +7,8 @@ on: branches: - main - ci-test + schedule: # Note: coordinate with other tests to not overload runners at the same time of day + - cron: '17 25 * * *' jobs: test: diff --git a/stack-orchestrator/compose/docker-compose-fixturenet-eth.yml b/stack-orchestrator/compose/docker-compose-fixturenet-eth.yml index c4ba80d..40eacbd 100644 --- a/stack-orchestrator/compose/docker-compose-fixturenet-eth.yml +++ b/stack-orchestrator/compose/docker-compose-fixturenet-eth.yml @@ -60,9 +60,6 @@ services: - fixturenet-eth-bootnode-geth volumes: - fixturenet_eth_geth_2_data:/root/ethdata - ports: - - "8545" - - "8546" fixturenet-eth-bootnode-lighthouse: restart: always