ci: limit pipeline to 2 hours

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-11-10 09:31:56 +01:00
parent e5a6e128e4
commit d1b9f1e6b8
2 changed files with 2 additions and 0 deletions

View File

@ -290,6 +290,7 @@ jobs:
- test-integration
- test-e2e
runs-on: ubuntu-latest
timeout-minutes: 120
steps:
- uses: actions/checkout@v2
- name: Set up Docker Buildx

View File

@ -31,6 +31,7 @@ jobs:
golangci/golangci-lint:v1.39.0 \
golangci-lint run -v --timeout 200s
build:
timeout-minutes: 120
needs:
- lint-golint
strategy: