Skip to content

Commit ead210d

Browse files
[3.12] Add a timeout to the 'Check if the ABI has changed' job (GH-156051) (#156093)
(cherry picked from commit 93404ce)
1 parent 851cf9a commit ead210d

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)