Skip to content

Commit

Permalink
Set timeout for GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
minamijoyo committed Oct 28, 2021
1 parent ebb16c0 commit 5cd9d4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
jobs:
goreleaser:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
jobs:
test:
runs-on: ${{ matrix.os }}
timeout-minutes: 5
strategy:
matrix:
os:
Expand Down

0 comments on commit 5cd9d4c

Please sign in to comment.