From c324aef3a7b8a55152856c011aca87509173e181 Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Thu, 22 Feb 2024 22:13:10 -0700 Subject: [PATCH] cleanup --- .github/workflows/kibot.yml | 29 +---------------------------- 1 file changed, 1 insertion(+), 28 deletions(-) diff --git a/.github/workflows/kibot.yml b/.github/workflows/kibot.yml index fb5b3cf..15bdb99 100644 --- a/.github/workflows/kibot.yml +++ b/.github/workflows/kibot.yml @@ -1,35 +1,8 @@ name: kibot - on: [push] - # push: - # paths: - # - '**.sch' - # - '**.kicad_pcb' - # pull_request: - # paths: - # - '**.sch' - # - '**.kicad_pcb' jobs: - # ERC: - # runs-on: ubuntu-latest - # # container: ghcr.io/inti-cmnb/kicad7_auto_full:latest - # # container: setsoft/kicad_debian:latest - - # steps: - # - uses: actions/checkout@v4 - - # - name: Run ERC - # run: | - # [ -f *.sch ] && kiplot -d Fabrication -s update_xml,run_drc -i - - # - name: Retrieve results - # uses: actions/upload-artifact@v1 - # with: - # name: ERC_Output - # path: Fabrication - - example: + generate_outputs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2