Skip to content

Commit 93404ce

Browse files
[3.15] Add a timeout to the 'Check if the ABI has changed' job (#156051)
1 parent 47724d8 commit 93404ce

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
@@ -52,6 +52,7 @@ jobs:
5252
check-abi:
5353
name: 'Check if the ABI has changed'
5454
runs-on: ubuntu-22.04 # 24.04 causes spurious errors
55+
timeout-minutes: 30
5556
needs: build-context
5657
if: needs.build-context.outputs.run-tests == 'true'
5758
steps:

0 commit comments

Comments
 (0)