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.
1 parent 138b3b9 commit 2d89878Copy full SHA for 2d89878
.github/workflows/preview-build.yml
@@ -87,8 +87,6 @@ jobs:
87
run: |
88
case "${GITHUB_EVENT_NAME}" in
89
"pull_request" | "pull_request_target")
90
- # If no documentation files changed, we can just continue.
91
- # The build job is handling the logic to skip the build.
92
if [[ "${AUTHOR_ASSOCIATION}" == "MEMBER" ]]; then
93
exit 0;
94
else
0 commit comments