why is this not triggering?
Some checks failed
Lint Checks / Run linter (pull_request) Has been skipped
Deploy Test / Run deploy test suite (pull_request) Has been skipped
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Has been skipped
Webapp Test / Run webapp test suite (pull_request) Has been skipped
Smoke Test / Run basic test suite (pull_request) Has been skipped
Fixturenet-Eth-Plugeth-Test / Run an Ethereum plugeth fixturenet test (pull_request) Failing after 51m35s

This commit is contained in:
Roy Crihfield 2024-06-20 22:39:01 +08:00
parent 6060d2bb5b
commit 54aa77d6bb
2 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,11 @@ on:
paths:
- '!**'
- '.gitea/workflows/triggers/fixturenet-eth-plugeth-test'
pull_request:
branches: '*'
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 * * *'

View File

@ -2,4 +2,5 @@ Change this file to trigger running the fixturenet-eth-plugeth-test CI job
trigger
trigger
trigger
trigger
trigger