Skip to content

Commit

Permalink
add timeout to actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dilanx authored and stevenewald committed May 26, 2023
1 parent 87d028c commit 492f284
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 10

strategy:
matrix:
Expand Down

0 comments on commit 492f284

Please sign in to comment.