Skip to content

Commit

Permalink
timeout 15m for all GHA jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Feb 4, 2025
1 parent e7a1e1b commit 915f07f
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/actionlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ name: actionlint
- master
jobs:
actionlint:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ concurrency:
cancel-in-progress: true
jobs:
codecov:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/copyrights.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ name: copyrights
- master
jobs:
copyrights:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/markdown-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ concurrency:
cancel-in-progress: true
jobs:
markdown-lint:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/mvn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ name: mvn
- master
jobs:
mvn:
timeout-minutes: 15
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ort.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ name: ort
- master
jobs:
ort:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pdd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ name: pdd
- master
jobs:
pdd:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/simian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ name: simian
- master
jobs:
simian:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/up.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ name: up
push:
jobs:
up:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/xcop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ name: xcop
- master
jobs:
xcop:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/yamllint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ name: yamllint
- master
jobs:
yamllint:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 915f07f

Please sign in to comment.