diff options
author | Nick Brassel <nick@tzarc.org> | 2023-03-12 12:55:26 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-12 12:55:26 +1100 |
commit | bcfe67883e1acf251d86d22691fb34c266228f6c (patch) | |
tree | a41da55e33e8baf4ca3166b60ab299a8dd0713d7 | |
parent | 6b9dced6117c08879ec00fe3d6d16405aa708527 (diff) |
Allow for CI builds to run for 23 hours, instead of 6. (part deux) (#20095)
-rw-r--r-- | .github/workflows/ci_builds.yml | 2 |
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: jobs: ci_builds: - name: "CI Build: {{ matrix.keymap }}" + name: "CI Build" runs-on: self-hosted timeout-minutes: 1380 |