Merge pull request #46286 from thaJeztah/24.0_backport_gha_report_timeout

[24.0 backport] gha: set 10-minute timeout on "report" actions
This commit is contained in:
Sebastiaan van Stijn 2023-08-22 00:02:56 +02:00 committed by GitHub
commit 20130006b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -166,6 +166,7 @@ jobs:
unit-report:
runs-on: ubuntu-20.04
timeout-minutes: 10
if: always()
needs:
- unit
@ -354,6 +355,7 @@ jobs:
integration-report:
runs-on: ubuntu-20.04
timeout-minutes: 10
if: always()
needs:
- integration
@ -482,6 +484,7 @@ jobs:
integration-cli-report:
runs-on: ubuntu-20.04
timeout-minutes: 10
if: always()
needs:
- integration-cli