why is this not triggering?
This commit is contained in:
parent
6060d2bb5b
commit
54aa77d6bb
.gitea/workflows
@ -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 * * *'
|
||||||
|
|
||||||
|
@ -3,3 +3,4 @@ trigger
|
|||||||
trigger
|
trigger
|
||||||
trigger
|
trigger
|
||||||
trigger
|
trigger
|
||||||
|
trigger
|
Loading…
Reference in New Issue
Block a user