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

View File

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