Skip to content

Commit db72255

Browse files
committed
Skip Netlify and Vale checks for cherrypick bot
1 parent 0383195 commit db72255

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- stage: check-with-vale
5656
env:
5757
- CAN_FAIL=true
58-
if: type IN (pull_request)
58+
if: type IN (pull_request) AND sender != "openshift-cherrypick-robot"
5959
name: "Run Vale against PR asciidoc files"
6060
language: minimal
6161
before_script:
@@ -75,7 +75,7 @@ jobs:
7575
env:
7676
- CAN_FAIL=true
7777
language: minimal
78-
if: branch IN (main, enterprise-4.12, enterprise-4.13)
78+
if: branch IN (main, enterprise-4.12, enterprise-4.13) AND sender != "openshift-cherrypick-robot"
7979
script:
8080
- chmod +x autopreview.sh && ./autopreview.sh
8181

0 commit comments

Comments
 (0)