Skip to content

Commit 8344373

Browse files
authored
Switch to workflow_dispatch since PRs created by tokens cannot spawn workflow runs (#519)
1 parent b9c238f commit 8344373

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ai-docs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: Update AI documentation
22

33
on:
4-
push:
5-
branches:
6-
- trunk
4+
workflow_dispatch:
75

86
jobs:
97
generate-ai-docs:

0 commit comments

Comments
 (0)