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
|
# These builders run the tests
|
||||||
- stage: build
|
- stage: build
|
||||||
|
if: type = push
|
||||||
os: linux
|
os: linux
|
||||||
arch: amd64
|
arch: amd64
|
||||||
dist: noble
|
dist: noble
|
||||||
|
|
@ -105,6 +106,7 @@ jobs:
|
||||||
- travis_wait 45 go run build/ci.go test $TEST_PACKAGES
|
- travis_wait 45 go run build/ci.go test $TEST_PACKAGES
|
||||||
|
|
||||||
- stage: build
|
- stage: build
|
||||||
|
if: type = push
|
||||||
os: linux
|
os: linux
|
||||||
dist: noble
|
dist: noble
|
||||||
go: 1.21.x
|
go: 1.21.x
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue