From bcfe67883e1acf251d86d22691fb34c266228f6c Mon Sep 17 00:00:00 2001 From: Nick Brassel Date: Sun, 12 Mar 2023 12:55:26 +1100 Subject: [PATCH] Allow for CI builds to run for 23 hours, instead of 6. (part deux) (#20095) --- .github/workflows/ci_builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_builds.yml b/.github/workflows/ci_builds.yml index 13bac1d4bd..64c7678d53 100644 --- a/.github/workflows/ci_builds.yml +++ b/.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