Skip to content

Commit

Permalink
Added timeouts to CI/CD workflows (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
Raalsky authored Aug 23, 2024
1 parent 760f246 commit 8f5f26c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:

jobs:
pre-commit:
timeout-minutes: 10

runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-in-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
test:
timeout-minutes: 75
timeout-minutes: 10
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
test:
timeout-minutes: 75
timeout-minutes: 10
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 8f5f26c

Please sign in to comment.