Explorar el Código

Merge pull request #46285 from thaJeztah/gha_report_timeout

gha: set 10-minute timeout on "report" actions
Sebastiaan van Stijn hace 1 año
padre
commit
3ffa00909d
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      .github/workflows/test.yml

+ 3 - 0
.github/workflows/test.yml

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