Skip to content

Commit

Permalink
Set job timeout for github action
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-illi committed Aug 23, 2023
1 parent 993aeb0 commit ae2d3af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rails-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
build:
runs-on: 'ubuntu-latest'

timeout-minutes: 15

strategy:
matrix:
ruby: [ '2.6', '2.7' ]
Expand Down

0 comments on commit ae2d3af

Please sign in to comment.