From 1f5d9d5af3d521e02aa86c01ecbf45a4fe5fa143 Mon Sep 17 00:00:00 2001 From: Chester Curme Date: Fri, 27 Sep 2024 15:29:03 -0400 Subject: [PATCH] update description --- .github/workflows/run_notebooks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_notebooks.yml b/.github/workflows/run_notebooks.yml index fa8fe40039629..14c70f779bf63 100644 --- a/.github/workflows/run_notebooks.yml +++ b/.github/workflows/run_notebooks.yml @@ -8,7 +8,7 @@ on: required: false default: '3.11' working-directory: - description: 'Working directory or specific notebook file' + description: 'Working directory or subset (e.g., docs/docs/tutorials/llm_chain.ipynb)' required: false default: 'all' schedule: