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 28e3089 commit 39f36ad
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/actionlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ name: actionlint
- master
jobs:
actionlint:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
Expand All @@ -37,4 +38,4 @@ jobs:
shell: bash
- name: Check workflow files
run: ${{ steps.get_actionlint.outputs.executable }} -color -ignore 'actions-rs/toolchain@v1'
shell: bash
shell: bash
3 changes: 2 additions & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ name: benchmark
paths-ignore: [ 'README.md', '.github' ]
jobs:
pr:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
Expand All @@ -37,4 +38,4 @@ jobs:
delete-branch: true
title: 'New results of benchmarking'
assignees: yegor256
base: master
base: master
1 change: 1 addition & 0 deletions .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ concurrency:
cancel-in-progress: true
jobs:
build:
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 @@ -24,6 +24,7 @@ name: copyrights
pull_request:
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 @@ -32,6 +32,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/pdd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,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/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ name: shellcheck
- master
jobs:
shellcheck:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tarpaulin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ name: tarpaulin
- master
jobs:
tarpaulin:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/up.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ name: up
- '*'
jobs:
up:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
Expand All @@ -41,4 +42,4 @@ jobs:
delete-branch: true
title: 'New version in README'
assignees: yegor256
base: master
base: master
1 change: 1 addition & 0 deletions .github/workflows/xcop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,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 @@ -28,6 +28,7 @@ name: yamllint
- master
jobs:
yamllint:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ target/
bin/
*.bak
tmp/
.DS_Store
.DS_Store
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ litemap = "0.7.0"

[features]
default = []
std = []
std = []

0 comments on commit 39f36ad

Please sign in to comment.