Skip to content

Commit

Permalink
Comment out second build
Browse files Browse the repository at this point in the history
  • Loading branch information
Cimos committed Aug 22, 2024
1 parent 94ad44e commit 3ff2815
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/panelization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,16 @@ jobs:
logfile: 'logfile/logfile.log'
verbose: 3

- name: Build panel datapack
if: steps.check_files.outputs.files_exists == 'true'
uses: Cimos/kibot-config@1-add-penalization-to-build
with:
config: kibot-config/build.kibot.yaml
dir: output
schema: '${{ env.PROJECT_NAME }}.kicad_sch'
board: '${{ env.PROJECT_NAME }}.kicad_pcb'
logfile: 'logfile/logfile.log'
# verbose: 2
# - name: Build panel datapack
# if: steps.check_files.outputs.files_exists == 'true'
# uses: Cimos/kibot-config@1-add-penalization-to-build
# with:
# config: kibot-config/build.kibot.yaml
# dir: output
# schema: '${{ env.PROJECT_NAME }}.kicad_sch'
# board: '${{ env.PROJECT_NAME }}.kicad_pcb'
# logfile: 'logfile/logfile.log'
# # verbose: 2

- name: Upload logfile
if: always()
Expand Down

0 comments on commit 3ff2815

Please sign in to comment.