Skip to content

Commit

Permalink
Don't error on repo generation if there are no packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed Dec 17, 2024
1 parent 9cc3e0b commit e92196f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ jobs:
password: ${{ secrets.CR_PAT }}
- name: Download artifact
uses: actions/download-artifact@v3
continue-on-error: true
with:
name: ${{ matrix.repo }}
path: repo
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ repo/
workdir/
.secrets
.keyring
.venv/

0 comments on commit e92196f

Please sign in to comment.