diff options
author | Vitaly Takmazov | 2023-02-22 03:04:53 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-02-22 11:39:01 +0300 |
commit | 3f8b62a6739012242c9381cf4c39d2d71af08992 (patch) | |
tree | dbe8df5179750d6cfc45280ecdd2779e6f4b4875 /.github | |
parent | 2c8032aa075e9aaa73746429b05546a48c7e007e (diff) |
CI: set job timeout
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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] |