Add a timeout of 30 min

For all CI jobs. Based on some eye-balling 30 minutes should be
enough time for all jobs to complete.
This commit is contained in:
Andrew Eisenberg 2022-03-08 14:57:35 -08:00
parent d2fd19b7d7
commit 628afae9d3
27 changed files with 42 additions and 0 deletions

View file

@ -26,6 +26,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 30
env:
CLI_RELEASE: "${{ github.event.inputs.cli-release }}"
RELEASE_TAG: "${{ github.event.inputs.bundle-tag }}"