Skip to content

Commit

Permalink
Upload only the bundle as an artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
elchininet committed Nov 25, 2024
1 parent e8d1869 commit cfb5060
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-received.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: pr-bundle
path: '.hass/'
path: '.hass/config/www/custom-sidebar.js'
retention-days: 30
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
with:
name: pr-bundle
run-id: ${{ github.event.workflow_run.id }}
path: ${{ github.workspace }}/.hass/config/www/custom-sidebar.js
github-token: ${{ github.token }}
- name: E2E tests
run: |
Expand Down

0 comments on commit cfb5060

Please sign in to comment.