~ruther/qmk_firmware

bcfe67883e1acf251d86d22691fb34c266228f6c — Nick Brassel 2 years ago 6b9dced
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