Allow for CI builds to run for 23 hours, instead of 6. (#20094)
This commit is contained in:
parent
042e42d1b7
commit
6b9dced611
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci_builds.yml
vendored
2
.github/workflows/ci_builds.yml
vendored
|
@ -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…
Reference in a new issue