Test skip-e2e
This commit is contained in:
parent
5559e1a9cc
commit
fd17968051
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ jobs:
|
|||
script:
|
||||
- make cover
|
||||
- stage: e2e
|
||||
if: env(COMPONENT) != "docs"
|
||||
if: (branch = master AND env(COMPONENT) != "docs") OR (type = pull_request AND commit_message !~ /(skip-e2e)/)
|
||||
before_script:
|
||||
- test/e2e/up.sh
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue