Skip to content

Commit

Permalink
remote old names in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tuna-f1sh committed Jan 26, 2024
1 parent 2c14d0c commit 7808423
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Build distributable and production files

env:
PROJECT_NAME: minnow
MAKE_DEFAULT: false
MAKE_PDF: true
MAKE_PROD: false
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/review.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Make SCH and PCB review pdf

env:
PROJECT_NAME: entree

on:
push:
branches: [ main ]
Expand Down Expand Up @@ -41,5 +38,4 @@ jobs:
- name: Upload outputs
uses: actions/upload-artifact@v3
with:
name: ${{ env.PROJECT_NAME }}-review-pdf
path: output/*.pdf

0 comments on commit 7808423

Please sign in to comment.