Skip to content

Commit

Permalink
Dashboard improvements (#27)
Browse files Browse the repository at this point in the history
* Add new last run dashboard

* Hide empty values in all the dashboards

* Improve delivery of KiBoards ndjson file to nuget consumer

* Create private github packages from every branch except pull requests
  • Loading branch information
Jandini authored Nov 7, 2023
1 parent 5519642 commit 5c32a51
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 14 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
run: dotnet pack --no-restore -c:Release

- name: Push
# Push packages into private github repository
# Push every branch
# Create package only from main branch
# if: github.ref == 'refs/heads/main'

# Create packages from every branch except pull requests
if: github.event_name == 'push'
run: dotnet nuget push "../bin/Release/*.nupkg" -k ${{ secrets.PACKAGE_REGISTRY_TOKEN }} -s https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json --skip-duplicate
Loading

0 comments on commit 5c32a51

Please sign in to comment.