We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 426bcef commit 69b723dCopy full SHA for 69b723d
1 file changed
.github/workflows/ci.yml
@@ -560,7 +560,8 @@ jobs:
560
561
############ BUILD DOCS ############
562
build-docs:
563
- if: always() && needs.changes.outputs.build-docs == 'true'
+ #if: always() && needs.changes.outputs.build-docs == 'true'
564
+ if: always() && (needs.changes.outputs.build-docs == 'true' || github.event_name == 'pull_request')
565
name: Build Docs
566
needs:
567
- changes
0 commit comments