Skip to content

Commit 69b723d

Browse files
committed
fix: e2e files
1 parent 426bcef commit 69b723d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,8 @@ jobs:
560560
561561
############ BUILD DOCS ############
562562
build-docs:
563-
if: always() && needs.changes.outputs.build-docs == 'true'
563+
#if: always() && needs.changes.outputs.build-docs == 'true'
564+
if: always() && (needs.changes.outputs.build-docs == 'true' || github.event_name == 'pull_request')
564565
name: Build Docs
565566
needs:
566567
- changes

0 commit comments

Comments
 (0)