Skip to content

Commit e6a8d9b

Browse files
committed
testing
1 parent c02a082 commit e6a8d9b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ updates:
99
directories:
1010
- /
1111
schedule:
12-
interval: monthly
12+
interval: weekly

.github/workflows/branch-protection.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@ jobs:
3232
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
3333
# https://docs.github.com/en/actions/reference/workflows-and-actions/dockerfile-support#user
3434
# - run: su - kicad -c "kicad-cli pcb drc --exit-code-violations --severity-error --schematic-parity $GITHUB_WORKSPACE/hardware/MCP9601-Breakout/MCP9601-Breakout.kicad_pcb"
35-
- run: su - kicad -c "kicad-cli pcb drc --exit-code-violations --severity-error --schematic-parity -o /tmp/report $GITHUB_WORKSPACE/hardware/MCP9601-Breakout/MCP9601-Breakout.kicad_pcb && cat /tmp/report"
35+
# - run: su - kicad -c "kicad-cli pcb drc --exit-code-violations --severity-error --schematic-parity -o /tmp/report $GITHUB_WORKSPACE/hardware/MCP9601-Breakout/MCP9601-Breakout.kicad_pcb && cat /tmp/report"
36+
- run: su - kicad -c "kicad-cli pcb drc --severity-error --schematic-parity -o /tmp/report $GITHUB_WORKSPACE/hardware/Controller/Controller.kicad_pcb && cat /tmp/report"
3637

37-
check-success:
38+
mergeable:
3839
runs-on: ubuntu-latest
3940
needs:
4041
- lint-software

0 commit comments

Comments
 (0)