diff options
| author | Nick Brassel <nick@tzarc.org> | 2024-07-12 09:19:04 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-12 09:19:04 +1000 |
| commit | 890909c2d7a8c9efd1887044c6f6d40719403394 (patch) | |
| tree | 55073846b2e4889811422074003c98c88c07ec02 /.github/workflows | |
| parent | f15fff3258edb3c25405c90e06e4994c90efaa79 (diff) | |
[CI] Remove `via` keymap builds. (#24103)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci_build_major_branch.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/ci_build_major_branch.yml b/.github/workflows/ci_build_major_branch.yml index f6703f1dbc..ddc7cb10d1 100644 --- a/.github/workflows/ci_build_major_branch.yml +++ b/.github/workflows/ci_build_major_branch.yml | |||
| @@ -52,9 +52,9 @@ jobs: | |||
| 52 | run: | | 52 | run: | |
| 53 | target_count=$( { | 53 | target_count=$( { |
| 54 | qmk find -km default 2>/dev/null | 54 | qmk find -km default 2>/dev/null |
| 55 | qmk find -km via 2>/dev/null | 55 | # qmk find -km xap 2>/dev/null |
| 56 | } | sort | uniq | wc -l) | 56 | } | sort | uniq | wc -l) |
| 57 | slice_length=$((target_count / ($CONCURRENT_JOBS - 1))) # Err on the side of caution as we're splitting default and via | 57 | slice_length=$((target_count / ($CONCURRENT_JOBS - 1))) # Err on the side of caution |
| 58 | echo "slice_length=$slice_length" >> $GITHUB_OUTPUT | 58 | echo "slice_length=$slice_length" >> $GITHUB_OUTPUT |
| 59 | 59 | ||
| 60 | build_targets: | 60 | build_targets: |
| @@ -63,7 +63,8 @@ jobs: | |||
| 63 | strategy: | 63 | strategy: |
| 64 | fail-fast: false | 64 | fail-fast: false |
| 65 | matrix: | 65 | matrix: |
| 66 | keymap: [default, via] | 66 | keymap: [default] |
| 67 | # keymap: [default, xap] | ||
| 67 | uses: ./.github/workflows/ci_build_major_branch_keymap.yml | 68 | uses: ./.github/workflows/ci_build_major_branch_keymap.yml |
| 68 | with: | 69 | with: |
| 69 | branch: ${{ inputs.branch || github.ref_name }} | 70 | branch: ${{ inputs.branch || github.ref_name }} |
