Disable steps for now

This commit is contained in:
Tilman Baumann 2023-05-05 12:52:10 +01:00
parent 3f4bb97cc5
commit eabdc44143
1 changed files with 8 additions and 8 deletions

View File

@ -16,10 +16,10 @@ jobs:
run: npm install
- name: Generate unrouted PCBs
run: npm run gen
autoroute:
name: Autoroute
runs-on: ubuntu-latest
steps:
# autoroute:
# name: Autoroute
# runs-on: ubuntu-latest
# steps:
- name: Export DSN for Left PCB
uses: ./.github/actions/export-dsn
with:
@ -62,10 +62,10 @@ jobs:
with:
pcb_input_file: output/pcbs/right_routed.kicad_pcb
drc_output: output/pcbs/right-drc/
gerbers:
name: Generate Gerbers
runs-on: ubuntu-latest
steps:
# gerbers:
# name: Generate Gerbers
# runs-on: ubuntu-latest
# steps:
- name: Export Gerbers for Left PCB
uses: ./.github/actions/export-gerbers
with: