Add a timeout for execute-notebook.yml (#1951)
This commit is contained in:
1
.github/workflows/execute-notebook.yml
vendored
1
.github/workflows/execute-notebook.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user