Allow for CI builds to run for 23 hours, instead of 6. (#20094)
parent
042e42d1b7
commit
6b9dced611
|
@ -11,7 +11,9 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ci_builds:
|
ci_builds:
|
||||||
|
name: "CI Build: {{ matrix.keymap }}"
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
|
timeout-minutes: 1380
|
||||||
|
|
||||||
if: github.repository == 'qmk/qmk_firmware'
|
if: github.repository == 'qmk/qmk_firmware'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue