Skip to content

Commit 5e1f116

Browse files
[3.12] Add a timeout to the 'Check if the ABI has changed' job (GH-156051)
(cherry picked from commit 93404ce) Co-authored-by: Stan Ulbrych <stan@python.org>
1 parent 58c86ab commit 5e1f116

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
check-abi:
4747
name: 'Check if the ABI has changed'
4848
runs-on: ubuntu-22.04
49+
timeout-minutes: 30
4950
needs: build-context
5051
if: needs.build-context.outputs.run-tests == 'true'
5152
steps:

0 commit comments

Comments
 (0)