Skip to content

Commit a7c0ffd

Browse files
committed
tmp disable
1 parent b1e55ec commit a7c0ffd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/_build_test_upload.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ jobs:
4040
echo "type=$RELEASE_TYPE" >> $GITHUB_OUTPUT
4141
id: get_release_type
4242

43+
# TODO: enable docs build after migration to sphinx 2
4344
build_docs:
44-
if: always() && inputs.branch != ''
45+
if: false
4546
needs: get_release_type
4647
runs-on: ubuntu-latest
4748
steps:

0 commit comments

Comments
 (0)