Skip to content

Commit b1ea1c0

Browse files
committed
upd workflow
1 parent 562114b commit b1ea1c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-docs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,13 @@ jobs:
4949
poetry install --with docs
5050
5151
- name: Run tests
52+
if: github.event_name != 'workflow_dispatch'
5253
run: |
5354
echo "Testing documentation build..."
5455
make test-docs
5556
5657
- name: Build documentation
57-
if: ${{ github.ref == 'refs/heads/dev' }}
58+
if: ${{ github.ref == 'refs/heads/dev' }} && github.event_name != 'workflow_dispatch'
5859
run: |
5960
make docs
6061

0 commit comments

Comments
 (0)