diff options
author | QMK Bot <hello@qmk.fm> | 2023-03-12 01:19:34 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2023-03-12 01:19:34 +0000 |
commit | 727a55b3cc7ca98ccb93adab4b05bad8db641fdc (patch) | |
tree | ceb93f809881ede172e165025662acbd39fd820e | |
parent | bd6cc9e256759ed770774d8a14cc98b0a24fcadb (diff) | |
parent | 6b9dced6117c08879ec00fe3d6d16405aa708527 (diff) |
Merge remote-tracking branch 'origin/master' into develop
-rw-r--r-- | .github/workflows/ci_builds.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci_builds.yml b/.github/workflows/ci_builds.yml index 1822b8e36a..13bac1d4bd 100644 --- a/.github/workflows/ci_builds.yml +++ b/.github/workflows/ci_builds.yml @@ -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' |