Skip to content

Commit ec83eb6

Browse files
committed
timeout 15m for all GHA jobs
1 parent bfe088d commit ec83eb6

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-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/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/jekyll.yml

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

.github/workflows/markdown-lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ concurrency:
3434
cancel-in-progress: true
3535
jobs:
3636
markdown-lint:
37+
timeout-minutes: 15
3738
runs-on: ubuntu-24.04
3839
steps:
3940
- uses: actions/checkout@v4

.github/workflows/spellcheck.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ name: spellcheck
2626
pull_request:
2727
jobs:
2828
spellcheck:
29+
timeout-minutes: 15
2930
runs-on: ubuntu-24.04
3031
steps:
3132
- uses: actions/checkout@v4

.github/workflows/yamllint.yml

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

0 commit comments

Comments
 (0)