why is this not triggering?

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

View File

@ -3,3 +3,4 @@ trigger
trigger trigger
trigger trigger
trigger trigger
trigger