Skip to content

Commit

Permalink
Split workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerSelwyn committed Sep 6, 2021
1 parent 7a3afd8 commit 14ab444
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Push/Pull Validation
name: HACS Validate

on:
push:
Expand All @@ -16,10 +16,3 @@ jobs:
uses: "hacs/action@main"
with:
category: "integration"

hassfest:
name: hassfest Action
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v2"
- uses: home-assistant/actions/hassfest@master
15 changes: 15 additions & 0 deletions .github/workflows/hassfest.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Validate with hassfest

on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"

jobs:
hassfest:
name: hassfest Action
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v2"
- uses: home-assistant/actions/hassfest@master

0 comments on commit 14ab444

Please sign in to comment.