scheduled workflows only run on main branch
Some checks failed
Lint Checks / Run linter (pull_request) Successful in 46s
Deploy Test / Run deploy test suite (pull_request) Has been cancelled
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Has been cancelled
Webapp Test / Run webapp test suite (pull_request) Has been cancelled
Smoke Test / Run basic test suite (pull_request) Has been cancelled

This commit is contained in:
Roy Crihfield 2024-05-01 16:16:22 +08:00
parent 28b7908262
commit 540ac22afa

View File

@ -6,8 +6,8 @@ on:
paths:
- '!**'
- '.gitea/workflows/triggers/fixturenet-eth-plugeth-test'
schedule: # Note: coordinate with other tests to not overload runners at the same time of day
- cron: '2 14 * * *'
# 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: