From 691808d587deff22bfa7f8209a7122564514ea7d Mon Sep 17 00:00:00 2001 From: Lianmin Zheng Date: Thu, 7 Nov 2024 18:28:29 -0800 Subject: [PATCH] Add a timeout for execute-notebook.yml (#1951) --- .github/workflows/execute-notebook.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/execute-notebook.yml b/.github/workflows/execute-notebook.yml index 170545d72..e03edd6ce 100644 --- a/.github/workflows/execute-notebook.yml +++ b/.github/workflows/execute-notebook.yml @@ -42,6 +42,7 @@ jobs: python -m ipykernel install --user --name python3 --display-name "Python 3" - name: Execute notebooks + timeout-minutes: 30 run: | cd docs make clean