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"
|
python -m ipykernel install --user --name python3 --display-name "Python 3"
|
||||||
|
|
||||||
- name: Execute notebooks
|
- name: Execute notebooks
|
||||||
|
timeout-minutes: 30
|
||||||
run: |
|
run: |
|
||||||
cd docs
|
cd docs
|
||||||
make clean
|
make clean
|
||||||
|
|||||||
Reference in New Issue
Block a user