Skip to content

Commit 24a7406

Browse files
committed
test
1 parent be76141 commit 24a7406

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ jobs:
8080
else
8181
echo "indices_updated=${{ needs.update-indices.outputs.has_changes }}" >> $GITHUB_OUTPUT
8282
fi
83+
echo ${{ needs.were-indices-updated.outputs.indices_updated }}
84+
echo ${{ needs.were-indices-updated.outputs.indices_updated == 'false' }}
8385
8486
build:
8587
name: Build

0 commit comments

Comments
 (0)