gha: add timeouts (#967)

This commit is contained in:
Markus Podar
2020-06-23 08:25:12 +02:00
committed by GitHub
parent bbf329b995
commit 3197aab841
3 changed files with 4 additions and 0 deletions
+2
View File
@@ -5,6 +5,7 @@ on: [push, pull_request]
jobs:
php-tests:
runs-on: ubuntu-latest
timeout-minutes: 15
env:
COMPOSER_NO_INTERACTION: 1
@@ -70,6 +71,7 @@ jobs:
check-style:
name: Check Code Style
timeout-minutes: 15
runs-on: ubuntu-latest
env:
COMPOSER_NO_INTERACTION: 1