Skip to content

Commit

Permalink
Add a timeout to jobs that may benefit from it (codespell-project#3199)
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos authored Nov 6, 2023
1 parent 6c17c9c commit 75eaa8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codespell-private.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
RUFF_FORMAT: github
# Make sure we're using the latest aspell dictionary
runs-on: ubuntu-22.04
timeout-minutes: 10
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -60,6 +61,7 @@ jobs:

make-check-dictionaries:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Setup Python
uses: actions/setup-python@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/codespell-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
test-windows:
name: Test Windows
runs-on: windows-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 75eaa8a

Please sign in to comment.