Browse Source

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

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

+ 1 - 1
.github/workflows/ci_builds.yml

@@ -11,7 +11,7 @@ on:
 
 jobs:
   ci_builds:
-    name: "CI Build: {{ matrix.keymap }}"
+    name: "CI Build"
     runs-on: self-hosted
     timeout-minutes: 1380