Explorar o código

ci: set timeout

Sv443 hai 4 meses
pai
achega
506635ff2b
Modificáronse 2 ficheiros con 7 adicións e 0 borrados
  1. 4 0
      .github/workflows/codeql.yml
  2. 3 0
      .github/workflows/lint-and-test.yml

+ 4 - 0
.github/workflows/codeql.yml

@@ -12,7 +12,11 @@ on:
 jobs:
   analyze:
     name: Analyze Code
+
     runs-on: ubuntu-latest
+
+    timeout-minutes: 6
+
     permissions:
       actions: read
       contents: read

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

@@ -8,8 +8,11 @@ on:
 jobs:
   lint-and-test:
     name: Lint and Test
+
     runs-on: ubuntu-latest
 
+    timeout-minutes: 4
+
     strategy:
       matrix:
         node-version: [22]