Skip to content

Commit 0d3eeb1

Browse files
authored
remove exit 1
1 parent 958aa67 commit 0d3eeb1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/verify-testing-docs-on-change.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ jobs:
5252
if ! diff -q documentation_testing_before.json shiny/pytest/_generate/_data/_docs/documentation_testing.json > /dev/null 2>&1; then
5353
echo "docs_changed=true" >> $GITHUB_OUTPUT
5454
echo "The generated documentation is out of sync with the current controller changes."
55-
exit 1
5655
else
5756
echo "docs_changed=false" >> $GITHUB_OUTPUT
5857
echo "Documentation file is up to date"

0 commit comments

Comments
 (0)