From 04a2cc3f97fb00ecdf4171de2fec86d5116ed635 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Tue, 7 Jan 2020 16:31:59 +0000 Subject: [PATCH] fix(ci): don't run Percy snapshots for CI cron tasks --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8e0a35921..7826d1f1e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -126,7 +126,7 @@ jobs: - stage: Snapshots name: Percy UI snapshots - if: (repo = prymitive/karma AND type != pull_request) OR (fork = true AND type = pull_request) + if: (repo = prymitive/karma AND type != pull_request AND type != cron) OR (fork = true AND type = pull_request) <<: *DEFAULTS_JS env: - NODE_ENV=test