summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2023-03-12 12:55:26 +1100
committerGitHub <noreply@github.com>2023-03-12 12:55:26 +1100
commitbcfe67883e1acf251d86d22691fb34c266228f6c (patch)
treea41da55e33e8baf4ca3166b60ab299a8dd0713d7 /.github
parent6b9dced6117c08879ec00fe3d6d16405aa708527 (diff)
Allow for CI builds to run for 23 hours, instead of 6. (part deux) (#20095)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci_builds.yml2
1 files changed, 1 insertions, 1 deletions
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:
11 11
12jobs: 12jobs:
13 ci_builds: 13 ci_builds:
14 name: "CI Build: {{ matrix.keymap }}" 14 name: "CI Build"
15 runs-on: self-hosted 15 runs-on: self-hosted
16 timeout-minutes: 1380 16 timeout-minutes: 1380
17 17