Skip to content

Commit

Permalink
Update validate_via_cron.yaml (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
gerard33 authored Aug 20, 2021
1 parent a55057f commit a603eeb
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/validate_via_cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,10 @@ jobs:
- uses: "actions/checkout@v2"

- name: HACS validation
uses: "hacs/integration/action@master"
env:
SKIP_BRANDS_CHECK: "True"
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CATEGORY: "integration"
uses: "hacs/action@main"
with:
category: "integration"
ignore: brands

- name: Hassfest validation
uses: "home-assistant/actions/hassfest@master"

0 comments on commit a603eeb

Please sign in to comment.