From 13d275dae93f5ef4cd453a1e3f3ddd7e79506e2d Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Thu, 20 Aug 2026 01:54:11 +0100 Subject: [PATCH] [3.15] Add a timeout to the 'Check if the ABI has changed' job (GH-156051) (cherry picked from commit 93404cebd972cd85a6adfa1af3acf61b74de56eb) Co-authored-by: Stan Ulbrych --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8632e51d0fcfad6..74c37a664a74d87 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,6 +52,7 @@ jobs: check-abi: name: 'Check if the ABI has changed' runs-on: ubuntu-22.04 # 24.04 causes spurious errors + timeout-minutes: 30 needs: build-context if: needs.build-context.outputs.run-tests == 'true' steps: