Skip to content

Commit

Permalink
disabling workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
markgdev authored Jan 20, 2024
1 parent 0b8fc43 commit ac81e4a
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/hassfest.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: Validate with hassfest
# name: Validate with hassfest

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"
- uses: home-assistant/actions/hassfest@master
# jobs:
# validate:
# runs-on: "ubuntu-latest"
# steps:
# - uses: "actions/checkout@v2"
# - uses: home-assistant/actions/hassfest@master

0 comments on commit ac81e4a

Please sign in to comment.