Skip to content

Commit 207ecb6

Browse files
committed
chore(ci): add timeout for tests job in workflow
1 parent bed5842 commit 207ecb6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
name: Tests
22

33
on:
4-
push:
5-
branches: [main]
64
pull_request:
75
branches: [main]
86

97
jobs:
108
tests:
119
runs-on: ubuntu-24.04
10+
timeout-minutes: 15
1211
# if: github.event.pull_request.head.repo.fork == true
1312

1413
services:

0 commit comments

Comments
 (0)