Skip to content

Commit

Permalink
ci: set timeout-minutes (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
uki00a authored Oct 29, 2023
1 parent 6584a91 commit e83cc4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
strategy:
matrix:
redis: [6.2]
timeout-minutes: 15
steps:
- uses: actions/checkout@v2
- name: Get Deno version
Expand Down Expand Up @@ -60,6 +61,7 @@ jobs:
strategy:
matrix:
redis: [6.2]
timeout-minutes: 15
steps:
- uses: actions/checkout@v2
- name: Get Deno version
Expand Down

0 comments on commit e83cc4f

Please sign in to comment.