Skip to content

Commit

Permalink
Fix workflow_run
Browse files Browse the repository at this point in the history
  • Loading branch information
elchininet committed Nov 25, 2024
1 parent 5df04ef commit c72e6ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-received.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
cache: 'pnpm'
- name: Install
run: pnpm install
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: pr-bundle
path: .hass/config/www/custom-sidebar.js
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- master
workflow_run:
workflows: ["PR Created"]
workflows: [PR Created]
types:
- completed

Expand Down

0 comments on commit c72e6ce

Please sign in to comment.