Skip to content

Commit

Permalink
Update actions yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jhansche authored Jan 5, 2025
1 parent d70abb6 commit 86ef6f1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/hacs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: HACS Action

on:
push:
branches:
- main
pull_request:
schedule:
- cron: "45 2 * * 2"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/hassfest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Validate with hassfest

on:
push:
branches:
- main
pull_request:
schedule:
- cron: "15 1 * * 1"
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pythonpackages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Python package

on:
push:
branches:
- main
pull_request:
schedule:
- cron: "30 16 * * WED"

Expand Down

0 comments on commit 86ef6f1

Please sign in to comment.