Merge pull request #1319 from prymitive/no-percy-cron

fix(ci): don't run Percy snapshots for CI cron tasks
This commit is contained in:
Łukasz Mierzwa
2020-01-07 16:51:54 +00:00
committed by GitHub

View File

@@ -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