Skip to content

Commit

Permalink
ci: rename hacs -> validate
Browse files Browse the repository at this point in the history
  • Loading branch information
sondregronas authored Dec 14, 2024
1 parent 52bd8eb commit a4be0ff
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/hacs.yml → .github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
name: HACS Action
name: Validate

on:
push:
push:
pull_request:
workflow_dispatch:
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"
category: "integration"

0 comments on commit a4be0ff

Please sign in to comment.