mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
.travis.yml: disable regular unit test runs on cron
This commit is contained in:
parent
6d51c1f5f4
commit
841783b3ce
1 changed files with 2 additions and 0 deletions
|
|
@ -97,6 +97,7 @@ jobs:
|
|||
|
||||
# These builders run the tests
|
||||
- stage: build
|
||||
if: type = push
|
||||
os: linux
|
||||
arch: amd64
|
||||
dist: noble
|
||||
|
|
@ -105,6 +106,7 @@ jobs:
|
|||
- travis_wait 45 go run build/ci.go test $TEST_PACKAGES
|
||||
|
||||
- stage: build
|
||||
if: type = push
|
||||
os: linux
|
||||
dist: noble
|
||||
go: 1.21.x
|
||||
|
|
|
|||
Loading…
Reference in a new issue