Browse Source

Allow for CI builds to run for 23 hours, instead of 6. (#20094)

pull/20095/head
Nick Brassel 1 year ago
committed by GitHub
parent
commit
6b9dced611
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .github/workflows/ci_builds.yml

+ 2
- 0
.github/workflows/ci_builds.yml View File

@ -11,7 +11,9 @@ on:
jobs:
ci_builds:
name: "CI Build: {{ matrix.keymap }}"
runs-on: self-hosted
timeout-minutes: 1380
if: github.repository == 'qmk/qmk_firmware'


Loading…
Cancel
Save