Skip to content

Commit

Permalink
set timeout-minutes for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yuheiy committed Sep 14, 2024
1 parent cd436db commit 6e3a914
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 @@ -15,6 +15,7 @@ jobs:
test:
name: Test
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -33,6 +34,7 @@ jobs:
lint:
name: Lint
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 6e3a914

Please sign in to comment.