From 3f8b62a6739012242c9381cf4c39d2d71af08992 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 22 Feb 2023 03:04:53 +0300 Subject: CI: set job timeout --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2a9187f..a7cd808d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,6 +8,7 @@ on: jobs: current: runs-on: ubuntu-latest + timeout-minutes: 5 strategy: matrix: profile: [default, postgres, mysql, sqlserver] -- cgit v1.2.3