Skip to content

Commit f0d229b

Browse files
committed
test
1 parent be76141 commit f0d229b

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
@@ -76,8 +76,10 @@ jobs:
7676
id: check_indices
7777
run: |
7878
if [ "${{ needs.update-indices.result }}" == "skipped" ]; then
79+
echo false
7980
echo "indices_updated=false" >> $GITHUB_OUTPUT
8081
else
82+
echo ${{ needs.update-indices.outputs.has_changes }}
8183
echo "indices_updated=${{ needs.update-indices.outputs.has_changes }}" >> $GITHUB_OUTPUT
8284
fi
8385

0 commit comments

Comments
 (0)