Add CI timeout to codecov job (#90572)

pull/90577/head
Franck Nijhof 2023-03-31 12:19:45 +02:00 committed by GitHub
parent b9f0701336
commit b24a5750c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1091,6 +1091,7 @@ jobs:
needs:
- info
- pytest
timeout-minutes: 10
steps:
- name: Check out code from GitHub
uses: actions/checkout@v3.5.0