Skip to content

Commit

Permalink
set timeout-minutes property to 5 for all GitHub Actions workflow j…
Browse files Browse the repository at this point in the history
…obs (aio-libs#1183)
  • Loading branch information
jakob-keller committed Aug 23, 2024
1 parent 18aee5b commit 276ed7a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
build:
name: Build distribution 📦
runs-on: ubuntu-latest
timeout-minutes: 5

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -58,7 +59,7 @@ jobs:
- aiohttp-version: <4.0.0
python-version: 3.11
fail-fast: false
timeout-minutes: 15
timeout-minutes: 5

steps:
- name: Checkout
Expand Down Expand Up @@ -111,6 +112,7 @@ jobs:
permissions:
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write
timeout-minutes: 5

steps:
- name: Download distribution 📦
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
jobs:
pre-commit:
runs-on: ubuntu-20.04
timeout-minutes: 5

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
permissions:
issues: write
pull-requests: write
timeout-minutes: 5

steps:
- uses: actions/stale@v9
Expand Down

0 comments on commit 276ed7a

Please sign in to comment.