Compare commits

...

5 Commits

Author SHA1 Message Date
828fb3a21d Merge branch 'main' into telackey/v114 2024-05-31 18:06:56 +00:00
5f7798f392 Change schedule to try to get gitea to re-index
All checks were successful
Ethereum Fixturenet Stack Test / Run Ethereum Fixturenet stack test (push) Successful in 21m18s
2024-05-20 11:50:52 +00:00
759aeb245f Update .gitea/workflows/fixturenet-eth-stack.yml
All checks were successful
Ethereum Fixturenet Stack Test / Run Ethereum Fixturenet stack test (push) Successful in 21m11s
2024-05-17 02:36:45 +00:00
270cdd6eb3 Update .gitea/workflows/fixturenet-eth-stack.yml
Some checks failed
Ethereum Fixturenet Stack Test / Run Ethereum Fixturenet stack test (push) Has been cancelled
2024-05-17 02:36:17 +00:00
0430199348 Try making schedule definition exactly the same as in SO
All checks were successful
Ethereum Fixturenet Stack Test / Run Ethereum Fixturenet stack test (push) Successful in 21m4s
2024-05-15 09:09:38 -06:00

View File

@ -1,14 +1,10 @@
name: Ethereum Fixturenet Stack Test
on:
pull_request:
branches: '*'
push:
branches:
- main
- ci-test
branches: '*'
schedule: # Note: coordinate with other tests to not overload runners at the same time of day
- cron: '17 25 * * *'
- cron: '12 01 * * *'
jobs:
test: