We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 54b39b3 + db72255 commit 7d9276eCopy full SHA for 7d9276e
.travis.yml
@@ -55,7 +55,7 @@ jobs:
55
- stage: check-with-vale
56
env:
57
- CAN_FAIL=true
58
- if: type IN (pull_request)
+ if: type IN (pull_request) AND sender != "openshift-cherrypick-robot"
59
name: "Run Vale against PR asciidoc files"
60
language: minimal
61
before_script:
@@ -75,7 +75,7 @@ jobs:
75
76
77
78
- if: branch IN (main, enterprise-4.12, enterprise-4.13)
+ if: branch IN (main, enterprise-4.12, enterprise-4.13) AND sender != "openshift-cherrypick-robot"
79
script:
80
- chmod +x autopreview.sh && ./autopreview.sh
81
0 commit comments