Skip to content

Commit

Permalink
ci: Exclude zephyr as well
Browse files Browse the repository at this point in the history
  • Loading branch information
caksoylar committed Jan 18, 2025
1 parent c18dc56 commit e16949a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/draw-zmk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
if: inputs.west_config_path != ''
run: |
west init -l ${{ inputs.west_config_path }}
west config --local manifest.project-filter " -zmk"
west config --local manifest.project-filter " -zmk,-zephyr"
west update --fetch-opt=--filter=tree:0
- name: Draw keymaps
Expand Down

0 comments on commit e16949a

Please sign in to comment.