Skip to content

Commit

Permalink
chore: update kicad-revs to only update revisions on release PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesmitty committed Jun 29, 2024
1 parent 1e5633b commit aff23f2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/kicad-revs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
json: true

- name: Update KiCad revisions
if: steps.changed-files.outputs.any_changed == 'true'
run: |
cat <<EOF
${{ steps.changed-files.outputs.all_changed_files }}
Expand All @@ -46,6 +47,7 @@ jobs:
TITLE: ${{ github.event.pull_request.title }}

- name: Commit changes
if: steps.changed-files.outputs.any_changed == 'true'
uses: EndBug/add-and-commit@v9
with:
default_author: github_actor
Expand Down
16 changes: 15 additions & 1 deletion hardware/charger-module/charger-module.kicad_pro
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,21 @@
"width": 0.0
}
],
"drc_exclusions": [],
"drc_exclusions": [
"courtyards_overlap|33870001|46280001|4796a11b-7978-4f23-9f26-23276698efd8|69e65fab-6a35-4b30-a340-201df4b30c2e",
"hole_clearance|107105000|39100000|f42b8b0a-381f-42d9-b55b-7504fe788a9d|4bdee87d-ccf7-440d-ad82-3c7a45a5e33f",
"hole_clearance|107105000|39300000|f42b8b0a-381f-42d9-b55b-7504fe788a9d|e7a991bc-507f-4b4d-a991-8d064e773994",
"hole_clearance|107105000|44700000|c95a5c69-a5d5-4dc2-9e9b-cb02113ffcb0|41e476bd-4b38-496c-9ad5-ef3022e7bdd0",
"hole_clearance|107105000|44900000|c95a5c69-a5d5-4dc2-9e9b-cb02113ffcb0|52b35aa2-71b8-47cd-b9a4-e36e41391362",
"hole_near_hole|84180000|35710000|9d150923-bec7-43db-be46-96f03e79a986|ad393965-a093-4f00-ab68-e9e354d7b0cd",
"hole_near_hole|85710000|35710000|727835a1-7e2f-4f98-b29c-4407ea58c5bb|ad393965-a093-4f00-ab68-e9e354d7b0cd",
"hole_near_hole|86500000|35710000|0880fad6-7918-4e27-b839-272d0e944374|727835a1-7e2f-4f98-b29c-4407ea58c5bb",
"hole_near_hole|87450000|37315000|34cd18ca-c828-401b-b971-255ebb300029|b2fd50f5-7332-47e3-aa66-2a216b1b98f1",
"hole_near_hole|88250000|37315000|bafbf59d-72dd-4b09-b000-4bac68d2bbfb|c6b662a1-871f-471d-9ce6-bf80e46bd299",
"hole_near_hole|89050000|38040000|86732106-82f3-407a-8a74-a1102375bac4|94c4bf5f-fe99-4a11-b299-5cefce5920f9",
"hole_near_hole|89850000|37315000|3da8641a-c17c-4775-92c7-2af4cb019a8b|f82ccb54-61c5-4f61-9256-01fdc0968cf2",
"starved_thermal|29600000|30650000|013052ee-87e2-4572-92c9-7693981673e1|6093bfcb-fc13-41d9-942e-98710490d77f|B.Cu"
],
"meta": {
"version": 2
},
Expand Down

0 comments on commit aff23f2

Please sign in to comment.