Skip to content

Commit

Permalink
workflows: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
msinn committed Mar 17, 2023
1 parent 96fff38 commit fe54548
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_unittests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Unittests Plugins"
name: "Unittests Plugins for PRs (disabled)"
#on: [workflow_dispatch, push]
on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
repository: smarthomeNG/smarthome
ref: develop

- name: Checkout plugins from ${{steps.extract_branch.outputs.branch}} branch
- name: Checkout plugins from branch '${{steps.extract_branch.outputs.branch}}'
uses: actions/checkout@v3
with:
repository: smarthomeNG/plugins
Expand Down

0 comments on commit fe54548

Please sign in to comment.