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 be76141 commit 24a7406Copy full SHA for 24a7406
.github/workflows/ci.yaml
@@ -80,6 +80,8 @@ jobs:
80
else
81
echo "indices_updated=${{ needs.update-indices.outputs.has_changes }}" >> $GITHUB_OUTPUT
82
fi
83
+ echo ${{ needs.were-indices-updated.outputs.indices_updated }}
84
+ echo ${{ needs.were-indices-updated.outputs.indices_updated == 'false' }}
85
86
build:
87
name: Build
0 commit comments