mirror of
https://github.com/prymitive/karma
synced 2026-08-23 11:56:20 +00:00
fix(ci): don't run diff jobs for forks
This commit is contained in:
committed by
Łukasz Mierzwa
parent
a7b9c9ae97
commit
c593d5f19b
+2
-2
@@ -39,7 +39,7 @@ jobs:
|
||||
include:
|
||||
- stage: Stats
|
||||
name: Webpack bundle size compare
|
||||
if: (repo = prymitive/karma AND type = pull_request)
|
||||
if: (repo = prymitive/karma AND type = pull_request AND fork = false)
|
||||
<<: *DEFAULTS_JS
|
||||
env:
|
||||
# GITHUB_TOKEN for CI Bundle size diff comments and gist uploads
|
||||
@@ -49,7 +49,7 @@ jobs:
|
||||
|
||||
- stage: Stats
|
||||
name: Benchmark Go code compare
|
||||
if: (repo = prymitive/karma AND type = pull_request)
|
||||
if: (repo = prymitive/karma AND type = pull_request AND fork = false)
|
||||
<<: *DEFAULTS_GO
|
||||
env:
|
||||
# GITHUB_TOKEN for CI Bundle size diff comments and gist uploads
|
||||
|
||||
Reference in New Issue
Block a user