Add timeouts to CI jobs (#484)

This commit is contained in:
Artem Gavrilov
2024-08-26 17:00:58 +02:00
committed by GitHub
parent bcf7bed60b
commit 467394fb6e
20 changed files with 25 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ jobs:
cppcheck:
name: Cppcheck
runs-on: ubuntu-22.04
timeout-minutes: 5
steps:
- name: Checkout sources
@@ -38,6 +39,7 @@ jobs:
format:
name: Format
runs-on: ubuntu-22.04
timeout-minutes: 5
steps:
- name: Clone postgres repository
@@ -81,6 +83,7 @@ jobs:
license:
name: License
runs-on: ubuntu-22.04
timeout-minutes: 5
steps:
- name: Checkout sources