Skip to content

Commit ef3329f

Browse files
committed
timeout 15m for all GHA jobs
1 parent 4d6b816 commit ef3329f

File tree

14 files changed

+14
-0
lines changed

14 files changed

+14
-0
lines changed

.github/workflows/actionlint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ name: actionlint
3030
- master
3131
jobs:
3232
actionlint:
33+
timeout-minutes: 15
3334
runs-on: ubuntu-24.04
3435
steps:
3536
- uses: actions/checkout@v4

.github/workflows/benchmark.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ concurrency:
3131
cancel-in-progress: true
3232
jobs:
3333
benchmark:
34+
timeout-minutes: 15
3435
runs-on: ubuntu-24.04
3536
steps:
3637
- uses: actions/checkout@v4

.github/workflows/codecov.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ concurrency:
3030
cancel-in-progress: true
3131
jobs:
3232
codecov:
33+
timeout-minutes: 15
3334
runs-on: ubuntu-24.04
3435
steps:
3536
- uses: actions/checkout@v4

.github/workflows/copyrights.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ name: copyrights
3030
- master
3131
jobs:
3232
copyrights:
33+
timeout-minutes: 15
3334
runs-on: ubuntu-24.04
3435
steps:
3536
- uses: actions/checkout@v4

.github/workflows/infer.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ name: infer
2727
- master
2828
jobs:
2929
infer:
30+
timeout-minutes: 15
3031
runs-on: ubuntu-24.04
3132
steps:
3233
- uses: actions/checkout@v4

.github/workflows/markdown-lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ name: markdown-lint
3030
- master
3131
jobs:
3232
markdown-lint:
33+
timeout-minutes: 15
3334
runs-on: ubuntu-24.04
3435
steps:
3536
- uses: actions/checkout@v4

.github/workflows/motives.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ concurrency:
3030
cancel-in-progress: true
3131
jobs:
3232
motives:
33+
timeout-minutes: 15
3334
runs-on: ubuntu-24.04
3435
steps:
3536
- uses: actions/checkout@v4

.github/workflows/ort.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ name: ort
3030
- master
3131
jobs:
3232
ort:
33+
timeout-minutes: 15
3334
runs-on: ubuntu-24.04
3435
steps:
3536
- uses: actions/checkout@v4

.github/workflows/pdd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ name: pdd
3030
- master
3131
jobs:
3232
pdd:
33+
timeout-minutes: 15
3334
runs-on: ubuntu-24.04
3435
steps:
3536
- uses: actions/checkout@v4

.github/workflows/pit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ name: pit
3030
- master
3131
jobs:
3232
pit:
33+
timeout-minutes: 15
3334
runs-on: ubuntu-24.04
3435
steps:
3536
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)