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 no documentation files changed, we can just continue.
90
91
# The build job is handling the logic to skip the build.
91
-
if [[ "${ANY_MODIFIED}" == "false" || "${AUTHOR_ASSOCIATION}" == "MEMBER" ]]; then
92
+
if [[ "${AUTHOR_ASSOCIATION}" == "MEMBER" ]]; then
92
93
exit 0;
93
94
else
94
95
echo "::error::You must be a member of the elastic organization to trigger a preview build. Please ask a member of the elastic organization to review your PR and re-trigger the build.";
0 commit comments