Turn off docs publishing from v3 series

This commit is contained in:
Dan Buch 2022-10-02 09:19:29 -04:00
parent 0a88df4e46
commit 67b3de0285
Signed by: meatballhat
GPG Key ID: A12F782281063434

View File

@ -93,7 +93,10 @@ jobs:
git diff --cached --exit-code
publish:
if: startswith(github.ref, 'refs/tags/')
# TODO: switch once v3 is released {{
# if: startswith(github.ref, 'refs/tags/')
if: 'false'
# }}
name: publish
needs: [test-docs]
runs-on: ubuntu-latest