You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [ "${TRAVIS_PULL_REQUEST_BRANCH}"!="main" ] ;then# to make sure it does not run for direct main changes
12
13
if [[ "${FILES_CHANGED[*]}"=*".adoc"* ]] || [[ "${FILES_CHANGED[*]}"=*"_topic_map.yml"* ]] || [[ "${FILES_CHANGED[*]}"=*"_distro_map.yml"* ]] ;then# to make sure this doesn't run for general modifications
13
14
if [ "$USERNAME"!="openshift-cherrypick-robot" ] ;then# to make sure it doesn't run for USERNAME openshift-cherrypick-robot
0 commit comments