Allow for CI builds to run for 23 hours, instead of 6. (part deux) (#20095)
1 files changed, 1 insertions(+), 1 deletions(-) M .github/workflows/ci_builds.yml
M .github/workflows/ci_builds.yml => .github/workflows/ci_builds.yml +1 -1
@@ 11,7 11,7 @@ on: jobs: ci_builds: - name: "CI Build: {{ matrix.keymap }}" + name: "CI Build" runs-on: self-hosted timeout-minutes: 1380