Skip to content

Commit

Permalink
changes the default timeout to test and build jobs (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerlz committed Nov 10, 2023
1 parent 68bae20 commit 62e1d5f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-build_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v3

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
login:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-static_analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

uses: actions/setup-python@v4
with:
python-version: 3.10.3
python-version: 3.11
cache-dependency-path: scripts/requirements_dev.txt
cache: "pip"

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/klipper3d-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
paths:
- docs/**
- .github/workflows/klipper3d-deploy.yaml

jobs:
deploy:
runs-on: ubuntu-latest
Expand All @@ -16,7 +17,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: '3.8'
python-version: "3.8"

- uses: actions/cache@v3
with:
Expand Down

0 comments on commit 62e1d5f

Please sign in to comment.