Skip to content

Commit

Permalink
Update hacs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
basbruss authored Oct 25, 2023
1 parent 8cb4ec2 commit 18eea2f
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/hacs.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
---
name: HACS Validation
# ---
# name: HACS Validation

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

jobs:
hacs:
name: HACS Validation
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v4.1.1
# jobs:
# hacs:
# name: HACS Validation
# runs-on: ubuntu-latest
# steps:
# - name: ⤵️ Check out code from GitHub
# uses: actions/checkout@v4.1.1

- name: 🚀 Run HACS validation
uses: hacs/action@main
with:
category: integration
# - name: 🚀 Run HACS validation
# uses: hacs/action@main
# with:
# category: integration

0 comments on commit 18eea2f

Please sign in to comment.