Skip to content

Commit 55fd416

Browse files
committed
CI: set timeout for jobs
1 parent 030c8a1 commit 55fd416

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ jobs:
55
checks:
66
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
77
runs-on: ubuntu-latest
8+
timeout-minutes: 5
89
strategy:
910
fail-fast: false
1011
matrix:

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
jobs:
77
publish:
88
runs-on: ubuntu-latest
9+
timeout-minutes: 5
910

1011
steps:
1112
- uses: actions/checkout@v4

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ jobs:
55
tests:
66
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
77
runs-on: ${{ matrix.os }}
8+
timeout-minutes: 20
89
strategy:
910
fail-fast: false
1011
matrix:

0 commit comments

Comments
 (0)