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
+1
View File
@@ -7,6 +7,7 @@ on:
jobs: jobs:
normalize: normalize:
timeout-minutes: 15
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Git checkout - name: Git checkout
@@ -8,6 +8,7 @@ on:
jobs: jobs:
build: build:
timeout-minutes: 15
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
+2
View File
@@ -5,6 +5,7 @@ on: [push, pull_request]
jobs: jobs:
php-tests: php-tests:
runs-on: ubuntu-latest runs-on: ubuntu-latest
timeout-minutes: 15
env: env:
COMPOSER_NO_INTERACTION: 1 COMPOSER_NO_INTERACTION: 1
@@ -70,6 +71,7 @@ jobs:
check-style: check-style:
name: Check Code Style name: Check Code Style
timeout-minutes: 15
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
COMPOSER_NO_INTERACTION: 1 COMPOSER_NO_INTERACTION: 1