Skip to content

Commit

Permalink
Update hacs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rrooggiieerr authored Oct 22, 2024
1 parent fd2f86d commit b11c21e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/hacs.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: HACS Action
name: HACS Validate

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

jobs:
hacs:
name: HACS Action
validate-hacs:
runs-on: "ubuntu-latest"
steps:
- name: HACS Action
- name: HACS validation
uses: "hacs/action@main"
with:
category: "integration"

0 comments on commit b11c21e

Please sign in to comment.