https://github.com/python/cpython/commit/ead210ded6cdaa1999827a72b377f45a8ac0b32b
commit: ead210ded6cdaa1999827a72b377f45a8ac0b32b
branch: 3.12
author: Stan Ulbrych <[email protected]>
committer: Yhg1s <[email protected]>
date: 2026-08-20T16:20:17+02:00
summary:
[3.12] Add a timeout to the 'Check if the ABI has changed' job (GH-156051)
(#156093)
(cherry picked from commit 93404cebd972cd85a6adfa1af3acf61b74de56eb)
files:
M .github/workflows/build.yml
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 172d1ed96d3d9a0..3398c64f65503ab 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -46,6 +46,7 @@ jobs:
check-abi:
name: 'Check if the ABI has changed'
runs-on: ubuntu-22.04
+ timeout-minutes: 30
needs: build-context
if: needs.build-context.outputs.run-tests == 'true'
steps:
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]