From 0bd2aa9b32a3a3cf0eee9ed4ebf1f3a9d2043f49 Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Fri, 14 May 2021 12:22:45 -0700 Subject: [PATCH] Temp disable S3 daily build upload --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 94fec92..6786aec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -299,6 +299,7 @@ deploy: skip_cleanup: true on: tags: true + condition: false # Temporary disable for GitHub Actions testing condition: $CONFIG = installer # deploy installers to Github releases if on a tag