Skip to content

Commit 9da047c

Browse files
committed
Set timeouts for github actions
1 parent 15a5edc commit 9da047c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
code-quality:
1111
name: Code Quality
1212
runs-on: ubuntu-latest
13+
timeout-minutes: 20
1314

1415
steps:
1516
- name: Checkout code
@@ -40,6 +41,7 @@ jobs:
4041
tests:
4142
name: ${{ matrix.name }}
4243
runs-on: ${{ matrix.os }}
44+
timeout-minutes: 20
4345
strategy:
4446
fail-fast: false
4547
matrix:
@@ -207,6 +209,7 @@ jobs:
207209
security:
208210
name: Security Scan
209211
runs-on: ubuntu-latest
212+
timeout-minutes: 20
210213

211214
steps:
212215
- name: Checkout code

0 commit comments

Comments
 (0)