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 c43458c commit 8161823
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 6 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/check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ name: daily-check-links
workflow_dispatch:
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 @@ -26,6 +26,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/load-generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ name: load-generate
- master
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/markdown-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ name: markdown-lint
pull_request:
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/py-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ name: lint-py-files
on: [ "push", "pull_request" ]
jobs:
pep8:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ name: tests
on: [ "push", "pull_request" ]
jobs:
build:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/yaml-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ name: yaml-lint
on: [ "push", "pull_request" ]
jobs:
yaml-lint:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: ibiqlik/action-yamllint@v3
with:
config_file: .yamllint.yml
config_file: .yamllint.yml
2 changes: 1 addition & 1 deletion .yamllint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
rules:
line-length:
max: 120
allow-non-breakable-words: true
allow-non-breakable-words: true
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
2 changes: 1 addition & 1 deletion fixtures/null-cfp/input.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
short: "2"
full: "10"
format: 1C
cfp:
cfp:
country: Antarctica
later: false
2 changes: 1 addition & 1 deletion markdownlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
---
default: true
MD013:
line_length: 160
line_length: 160
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ addopts =
--cov
--cov-report=term-missing:skip-covered
--cov-fail-under=100
markers =
markers =
slow: marks tests as slow (deselect with '-m "not slow"')

[flake8]
Expand Down

0 comments on commit 8161823

Please sign in to comment.