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
Copy file name to clipboardExpand all lines: .github/workflows/preview-build.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ jobs:
66
66
- run: |
67
67
case "${GITHUB_EVENT_NAME}" in
68
68
"pull_request" | "pull_request_target")
69
-
if [[ "${AUTHOR_ASSOCIATION}" != "MEMBER" ]]; then
69
+
if [[ "${AUTHOR_ASSOCIATION}" == "MEMBER" ]]; then
70
70
exit 0;
71
71
else
72
72
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