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 cc1d9d0 commit 1bbaeba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ name: github pages
paths-ignore: ['paper/**', 'README.md', 'LICENSE.txt']
jobs:
make:
timeout-minutes: 15
runs-on: ubuntu-latest
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 @@ -9,6 +9,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/xcop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ name: xcop
- master
jobs:
xcop:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 1bbaeba

Please sign in to comment.