Browse Source

Allow for CI builds to run for 23 hours, instead of 6. (#20094)

Nick Brassel 3 years ago
parent
commit
6b9dced611
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/ci_builds.yml

+ 2 - 0
.github/workflows/ci_builds.yml

@@ -11,7 +11,9 @@ on:
 
 
 jobs:
 jobs:
   ci_builds:
   ci_builds:
+    name: "CI Build: {{ matrix.keymap }}"
     runs-on: self-hosted
     runs-on: self-hosted
+    timeout-minutes: 1380
 
 
     if: github.repository == 'qmk/qmk_firmware'
     if: github.repository == 'qmk/qmk_firmware'