Default all GitHub Actions jobs to timeout at 30 minutes

Resolves #1142
This commit is contained in:
Deirdre Connolly 2020-10-12 17:19:00 -04:00 committed by Deirdre Connolly
parent 40c745e540
commit 686071e023
4 changed files with 13 additions and 0 deletions

View File

@ -9,6 +9,9 @@ on:
env:
PROJECT_ID: zealous-zebra
defaults:
timeout-minutes: 30
jobs:
build:
name: Google Cloud / Test, Build, and Deploy

View File

@ -1,6 +1,10 @@
name: CI
on: pull_request
defaults:
timeout-minutes: 30
jobs:
test:

View File

@ -8,6 +8,9 @@ on:
branches:
- main
defaults:
timeout-minutes: 30
jobs:
coverage:

View File

@ -5,6 +5,9 @@ on:
branches:
- main
defaults:
timeout-minutes: 30
jobs:
build: