We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a8ccb4 commit 95c1bfdCopy full SHA for 95c1bfd
.github/workflows/update-notebook.yml
@@ -7,6 +7,8 @@ on:
7
- 'doc/llms/personas/**'
8
- 'doc/llms/rulesets/**'
9
- '.github/workflows/update-notebook.yml'
10
+ - '.github/scripts/update_notebook.py'
11
+ - '.github/templates/**'
12
workflow_dispatch: # Allow manual triggering on any branch
13
inputs:
14
force_update:
0 commit comments