Skip to content

Commit

Permalink
add timeouts
Browse files Browse the repository at this point in the history
(cherry picked from commit e696da7)
  • Loading branch information
mifi committed Dec 10, 2023
1 parent 0f3e46b commit b1f6110
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
jobs:
release:
runs-on: ${{ matrix.os }}
timeout-minutes: 60

env:
is_tag: ${{ startsWith(github.ref, 'refs/tags/v') }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 60

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit b1f6110

Please sign in to comment.