mirror of
https://github.com/ClaytonWWilson/miryoku_zmk.git
synced 2025-12-15 18:38:46 +00:00
Update reusable workflow references to same repo
This commit is contained in:
parent
9ececd7ef3
commit
1ff565cc42
@ -2,10 +2,9 @@
|
|||||||
# https://github.com/manna-harbour/miryoku
|
# https://github.com/manna-harbour/miryoku
|
||||||
|
|
||||||
name: 'Build Example corne-ish_zen'
|
name: 'Build Example corne-ish_zen'
|
||||||
on:
|
on: workflow_dispatch
|
||||||
- workflow_dispatch
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
uses: manna-harbour/zmk-config/.github/workflows/main.yml@31a649e5571b4572d7010561dd3f191922cd9410
|
uses: ./.github/workflows/main.yml
|
||||||
with:
|
with:
|
||||||
board: '["corne-ish_zen_left","corne-ish_zen_right"]'
|
board: '["corne-ish_zen_left","corne-ish_zen_right"]'
|
||||||
|
|||||||
@ -2,11 +2,10 @@
|
|||||||
# https://github.com/manna-harbour/miryoku
|
# https://github.com/manna-harbour/miryoku
|
||||||
|
|
||||||
name: 'Build Example corne nice_nano'
|
name: 'Build Example corne nice_nano'
|
||||||
on:
|
on: workflow_dispatch
|
||||||
- workflow_dispatch
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
uses: manna-harbour/zmk-config/.github/workflows/main.yml@31a649e5571b4572d7010561dd3f191922cd9410
|
uses: ./.github/workflows/main.yml
|
||||||
with:
|
with:
|
||||||
board: '["nice_nano"]'
|
board: '["nice_nano"]'
|
||||||
shield: '["corne_left","corne_right"]'
|
shield: '["corne_left","corne_right"]'
|
||||||
|
|||||||
@ -2,11 +2,10 @@
|
|||||||
# https://github.com/manna-harbour/miryoku
|
# https://github.com/manna-harbour/miryoku
|
||||||
|
|
||||||
name: 'Build Example mousekeyspr'
|
name: 'Build Example mousekeyspr'
|
||||||
on:
|
on: workflow_dispatch
|
||||||
workflow_dispatch:
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
uses: manna-harbour/zmk-config/.github/workflows/main.yml@31a649e5571b4572d7010561dd3f191922cd9410
|
uses: ./.github/workflows/main.yml
|
||||||
with:
|
with:
|
||||||
board: '["nice_nano"]'
|
board: '["nice_nano"]'
|
||||||
shield: '["corne_left","corne_right"]'
|
shield: '["corne_left","corne_right"]'
|
||||||
|
|||||||
@ -2,11 +2,10 @@
|
|||||||
# https://github.com/manna-harbour/miryoku
|
# https://github.com/manna-harbour/miryoku
|
||||||
|
|
||||||
name: 'Build Example tbkmini nice_nano_v2'
|
name: 'Build Example tbkmini nice_nano_v2'
|
||||||
on:
|
on: workflow_dispatch
|
||||||
- workflow_dispatch
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
uses: manna-harbour/zmk-config/.github/workflows/main.yml@31a649e5571b4572d7010561dd3f191922cd9410
|
uses: ./.github/workflows/main.yml
|
||||||
with:
|
with:
|
||||||
board: '["nice_nano_v2"]'
|
board: '["nice_nano_v2"]'
|
||||||
shield: '["tbkmini_left","tbkmini_right"]'
|
shield: '["tbkmini_left","tbkmini_right"]'
|
||||||
|
|||||||
2
.github/workflows/build-inputs.yml
vendored
2
.github/workflows/build-inputs.yml
vendored
@ -78,7 +78,7 @@ jobs:
|
|||||||
set-output "kconfig" "${{ github.event.inputs.kconfig }}"
|
set-output "kconfig" "${{ github.event.inputs.kconfig }}"
|
||||||
set-output "branches" "${{ github.event.inputs.branches }}"
|
set-output "branches" "${{ github.event.inputs.branches }}"
|
||||||
build:
|
build:
|
||||||
uses: manna-harbour/zmk-config/.github/workflows/main.yml@31a649e5571b4572d7010561dd3f191922cd9410
|
uses: ./.github/workflows/main.yml
|
||||||
needs: process-inputs
|
needs: process-inputs
|
||||||
with:
|
with:
|
||||||
board: ${{ needs.process-inputs.outputs.board }}
|
board: ${{ needs.process-inputs.outputs.board }}
|
||||||
|
|||||||
5
.github/workflows/test-all-boards.yml
vendored
5
.github/workflows/test-all-boards.yml
vendored
@ -2,12 +2,11 @@
|
|||||||
# https://github.com/manna-harbour/miryoku
|
# https://github.com/manna-harbour/miryoku
|
||||||
|
|
||||||
name: 'Test All Boards'
|
name: 'Test All Boards'
|
||||||
on:
|
on: workflow_dispatch
|
||||||
- workflow_dispatch
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
if: github.repository_owner == 'manna-harbour'
|
if: github.repository_owner == 'manna-harbour'
|
||||||
uses: manna-harbour/zmk-config/.github/workflows/main.yml@31a649e5571b4572d7010561dd3f191922cd9410
|
uses: ./.github/workflows/main.yml
|
||||||
with:
|
with:
|
||||||
board: '[
|
board: '[
|
||||||
"ahokore",
|
"ahokore",
|
||||||
|
|||||||
5
.github/workflows/test-all-configs.yml
vendored
5
.github/workflows/test-all-configs.yml
vendored
@ -2,12 +2,11 @@
|
|||||||
# https://github.com/manna-harbour/miryoku
|
# https://github.com/manna-harbour/miryoku
|
||||||
|
|
||||||
name: 'Test All Configs'
|
name: 'Test All Configs'
|
||||||
on:
|
on: workflow_dispatch
|
||||||
- workflow_dispatch
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
if: github.repository_owner == 'manna-harbour'
|
if: github.repository_owner == 'manna-harbour'
|
||||||
uses: manna-harbour/zmk-config/.github/workflows/main.yml@31a649e5571b4572d7010561dd3f191922cd9410
|
uses: ./.github/workflows/main.yml
|
||||||
with:
|
with:
|
||||||
board: '["nice_nano"]'
|
board: '["nice_nano"]'
|
||||||
shield: '["corne_left"]'
|
shield: '["corne_left"]'
|
||||||
|
|||||||
@ -2,12 +2,11 @@
|
|||||||
# https://github.com/manna-harbour/miryoku
|
# https://github.com/manna-harbour/miryoku
|
||||||
|
|
||||||
name: 'Test All Promicro Controllers'
|
name: 'Test All Promicro Controllers'
|
||||||
on:
|
on: workflow_dispatch
|
||||||
- workflow_dispatch
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
if: github.repository_owner == 'manna-harbour'
|
if: github.repository_owner == 'manna-harbour'
|
||||||
uses: manna-harbour/zmk-config/.github/workflows/main.yml@31a649e5571b4572d7010561dd3f191922cd9410
|
uses: ./.github/workflows/main.yml
|
||||||
with:
|
with:
|
||||||
board: '[
|
board: '[
|
||||||
"bluemicro840_v1",
|
"bluemicro840_v1",
|
||||||
|
|||||||
@ -2,12 +2,11 @@
|
|||||||
# https://github.com/manna-harbour/miryoku
|
# https://github.com/manna-harbour/miryoku
|
||||||
|
|
||||||
name: 'Test All Promicro Shields'
|
name: 'Test All Promicro Shields'
|
||||||
on:
|
on: workflow_dispatch
|
||||||
- workflow_dispatch
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
if: github.repository_owner == 'manna-harbour'
|
if: github.repository_owner == 'manna-harbour'
|
||||||
uses: manna-harbour/zmk-config/.github/workflows/main.yml@31a649e5571b4572d7010561dd3f191922cd9410
|
uses: ./.github/workflows/main.yml
|
||||||
with:
|
with:
|
||||||
board: '["nice_nano"]'
|
board: '["nice_nano"]'
|
||||||
shield: '[
|
shield: '[
|
||||||
|
|||||||
@ -2,12 +2,11 @@
|
|||||||
# https://github.com/manna-harbour/miryoku
|
# https://github.com/manna-harbour/miryoku
|
||||||
|
|
||||||
name: 'Test All Xiao Controllers'
|
name: 'Test All Xiao Controllers'
|
||||||
on:
|
on: workflow_dispatch
|
||||||
- workflow_dispatch
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
if: github.repository_owner == 'manna-harbour'
|
if: github.repository_owner == 'manna-harbour'
|
||||||
uses: manna-harbour/zmk-config/.github/workflows/main.yml@31a649e5571b4572d7010561dd3f191922cd9410
|
uses: ./.github/workflows/main.yml
|
||||||
with:
|
with:
|
||||||
board: '[
|
board: '[
|
||||||
"seeeduino_xiao",
|
"seeeduino_xiao",
|
||||||
|
|||||||
5
.github/workflows/test-all-xiao-shields.yml
vendored
5
.github/workflows/test-all-xiao-shields.yml
vendored
@ -2,12 +2,11 @@
|
|||||||
# https://github.com/manna-harbour/miryoku
|
# https://github.com/manna-harbour/miryoku
|
||||||
|
|
||||||
name: 'Test All Xiao Shields'
|
name: 'Test All Xiao Shields'
|
||||||
on:
|
on: workflow_dispatch
|
||||||
- workflow_dispatch
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
if: github.repository_owner == 'manna-harbour'
|
if: github.repository_owner == 'manna-harbour'
|
||||||
uses: manna-harbour/zmk-config/.github/workflows/main.yml@31a649e5571b4572d7010561dd3f191922cd9410
|
uses: ./.github/workflows/main.yml
|
||||||
with:
|
with:
|
||||||
board: '["seeeduino_xiao"]'
|
board: '["seeeduino_xiao"]'
|
||||||
shield: '[
|
shield: '[
|
||||||
|
|||||||
2
.github/workflows/test-build.yml
vendored
2
.github/workflows/test-build.yml
vendored
@ -9,7 +9,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
if: github.repository_owner == 'manna-harbour'
|
if: github.repository_owner == 'manna-harbour'
|
||||||
uses: manna-harbour/zmk-config/.github/workflows/main.yml@31a649e5571b4572d7010561dd3f191922cd9410
|
uses: ./.github/workflows/main.yml
|
||||||
with:
|
with:
|
||||||
board: '["nice_nano"]'
|
board: '["nice_nano"]'
|
||||||
shield: '["corne_left"]'
|
shield: '["corne_left"]'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user