Skip to content

Commit 75eaa8a

Browse files
Add a timeout to jobs that may benefit from it (#3199)
1 parent 6c17c9c commit 75eaa8a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/codespell-private.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
RUFF_FORMAT: github
1616
# Make sure we're using the latest aspell dictionary
1717
runs-on: ubuntu-22.04
18+
timeout-minutes: 10
1819
strategy:
1920
fail-fast: false
2021
matrix:
@@ -60,6 +61,7 @@ jobs:
6061

6162
make-check-dictionaries:
6263
runs-on: ubuntu-latest
64+
timeout-minutes: 10
6365
steps:
6466
- name: Setup Python
6567
uses: actions/setup-python@v4

.github/workflows/codespell-windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ jobs:
77
test-windows:
88
name: Test Windows
99
runs-on: windows-latest
10+
timeout-minutes: 10
1011
steps:
1112
- uses: actions/checkout@v4
1213
with:

0 commit comments

Comments
 (0)