From 03d88f3be5a4715a0a9189bbdc49a78caad5adc5 Mon Sep 17 00:00:00 2001 From: Nikolay Mitrofanov Date: Mon, 12 Jan 2026 03:52:18 +0300 Subject: [PATCH] add job timeouts Signed-off-by: Nikolay Mitrofanov --- .github/workflows/check_pull_request.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/check_pull_request.yml b/.github/workflows/check_pull_request.yml index 0f6ce71..5e28bc1 100644 --- a/.github/workflows/check_pull_request.yml +++ b/.github/workflows/check_pull_request.yml @@ -24,6 +24,7 @@ jobs: run_tests: name: "Run unit tests" runs-on: ubuntu-latest + timeout-minutes: 10 steps: - &checkout_step @@ -43,6 +44,7 @@ jobs: license_validation: name: "Validate that license added to all files" runs-on: ubuntu-latest + timeout-minutes: 10 steps: - *checkout_step @@ -53,6 +55,7 @@ jobs: lint: name: "Lint golang code" runs-on: ubuntu-latest + timeout-minutes: 10 steps: - *checkout_step