From 0519269d2060e7484b82866afe676aee7dd2361d Mon Sep 17 00:00:00 2001 From: Qing Date: Wed, 26 Feb 2025 22:13:33 -0800 Subject: [PATCH] [Docs] Disable notebook CI when merge to main (#3905) --- .github/workflows/execute-notebook.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/execute-notebook.yml b/.github/workflows/execute-notebook.yml index 674efe86d..f1cf30ac3 100644 --- a/.github/workflows/execute-notebook.yml +++ b/.github/workflows/execute-notebook.yml @@ -1,11 +1,6 @@ name: Execute Notebooks on: - push: - branches: [ main ] - paths: - - "python/sglang/**" - - "docs/**" pull_request: branches: [ main ] paths: