From daf06357e9d67b17e7033fbfff564e070e3115cd Mon Sep 17 00:00:00 2001 From: Artem Linetskiy Date: Fri, 25 Oct 2024 17:13:16 +0200 Subject: [PATCH] Add timeout to CI jobs (#1011) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8573f56e3..ff4297c35 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,7 @@ concurrency: jobs: ci: + timeout-minutes: 60 strategy: fail-fast: false matrix: @@ -72,4 +73,3 @@ jobs: if: failure() uses: jwalton/gh-docker-logs@v2 -