From 841783b3cee1724b7da496628fc62c1c9ef9503a Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Thu, 9 May 2024 12:42:20 +0200 Subject: [PATCH] .travis.yml: disable regular unit test runs on cron --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 488ec1e7d2..b800e5369a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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