Skip to content

Commit

Permalink
ci: set timeout-minutes using ghatm (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke authored Jun 30, 2024
1 parent 75b7835 commit f9cb84a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ on:

jobs:
test:
timeout-minutes: 30
runs-on: ubuntu-latest
permissions: {}
steps:
- run: echo test

auto-merge:
timeout-minutes: 30
runs-on: ubuntu-latest
permissions: {}
if: |
Expand Down

0 comments on commit f9cb84a

Please sign in to comment.