mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user