[3.13] Add a timeout to the 'Check if the ABI has changed' job (GH-156051) (#156076)
hugovk <[email protected]>
| Newsgroups | gmane.comp.python.cvs |
|---|---|
| Message-ID | <[email protected]> |
https://github.com/python/cpython/commit/bd2a3c12131875582e71c891812c26dfbf7496ed commit: bd2a3c12131875582e71c891812c26dfbf7496ed branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2026-08-20T10:55:18+09:00 summary: [3.13] Add a timeout to the 'Check if the ABI has changed' job (GH-156051) (#156076) [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 <[email protected]> files: M .github/workflows/build.yml 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: _______________________________________________ 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]