Skip to content

Commit 8b9a0ea

Browse files
authored
[actions] Decrease timeout for notebook to HTML workflow
Reduced timeout for the GitHub Actions job from 10 to 5 minutes.
1 parent 53465cd commit 8b9a0ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/notebook_to_html.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424

2525
# To prevent github actions from eating up too many enterprise minutes
26-
timeout-minutes: 10
26+
timeout-minutes: 5
2727

2828
# https://github.com/actions/starter-workflows/blob/55eb18560f57898549b12afa6defe7cc79705d6a/pages/static.yml#L13
2929
permissions:

0 commit comments

Comments
 (0)