Skip to content

Commit ef1cd92

Browse files
committed
fix docs ci
1 parent 9021463 commit ef1cd92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
docs:
1515
runs-on: ubuntu-latest
16-
if: github.event.workflow_run.conclusion == 'success'
16+
if: github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success'
1717
steps:
1818
- name: Checkout the repository
1919
uses: actions/checkout@v3

0 commit comments

Comments
 (0)