Skip to content

Commit

Permalink
disabling workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
markgdev committed Jan 20, 2024
1 parent 100d83a commit 0b8fc43
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/hacs.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: Validate with HACS
# name: Validate with HACS

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

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

0 comments on commit 0b8fc43

Please sign in to comment.