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 6444369 commit 5ff95baCopy full SHA for 5ff95ba
1 file changed
.github/workflows/e2e.yml
@@ -40,6 +40,7 @@ jobs:
40
41
if [ -z "$NON_DOCS_CHANGES" ]; then
42
echo "only_docs=true" >> "$GITHUB_OUTPUT"
43
+ echo "Skipping e2e tests because only docs were changed."
44
else
45
echo "only_docs=false" >> "$GITHUB_OUTPUT"
46
fi
0 commit comments