Clean Up and Revert to KiBot dev
Some checks failed
KiBot CI / test (push) Failing after 1m32s

This commit is contained in:
2026-03-09 17:39:47 -07:00
parent e9fadcd419
commit 093809072c
137 changed files with 2 additions and 207459 deletions

View File

@@ -20,12 +20,12 @@ env:
# Update these to correspond to the KiCad version
kibot_group: "all_group"
kibot_tag: "v2_dk9"
kibot_tag: "dev"
jobs:
test:
runs-on: ubuntu-latest
container: ghcr.io/inti-cmnb/kicad9_auto_full:latest
container: ghcr.io/inti-cmnb/kicad9_auto_full:${{ env.kibot_tag }}
if: ${{ github.ref_type == 'tag' || !startsWith(github.event.head_commit.message, 'Merge pull request') }}
steps: