Turn off docs publishing from v3 series
This commit is contained in:
parent
0a88df4e46
commit
67b3de0285
5
.github/workflows/cli.yml
vendored
5
.github/workflows/cli.yml
vendored
@ -93,7 +93,10 @@ jobs:
|
|||||||
git diff --cached --exit-code
|
git diff --cached --exit-code
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
if: startswith(github.ref, 'refs/tags/')
|
# TODO: switch once v3 is released {{
|
||||||
|
# if: startswith(github.ref, 'refs/tags/')
|
||||||
|
if: 'false'
|
||||||
|
# }}
|
||||||
name: publish
|
name: publish
|
||||||
needs: [test-docs]
|
needs: [test-docs]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user