Skip to content

Commit

Permalink
fix(ci): introduce GitHub Actions run-time limits: 5m and 20m
Browse files Browse the repository at this point in the history
  • Loading branch information
azasypkin committed Jan 25, 2025
1 parent cb1a0fc commit 342b40c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
ci:
name: API Build (Linux)
runs-on: ubuntu-latest
timeout-minutes: 20
strategy:
matrix:
rust: [ stable ]
Expand Down Expand Up @@ -68,6 +69,7 @@ jobs:
ci-web-scraper:
name: Web Scraper Build (Linux)
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
name: Checkout
Expand Down

0 comments on commit 342b40c

Please sign in to comment.