Merge pull request #45306 from aneesh98/45233-change-checks-timeout

Added timeout to validate job in github actions
This commit is contained in:
Sebastiaan van Stijn 2023-04-13 15:38:48 +02:00 committed by GitHub
commit a948ee9601
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -82,6 +82,7 @@ jobs:
validate:
runs-on: ubuntu-20.04
timeout-minutes: 120
needs:
- validate-prepare
- build-dev