Skip to content

Commit 3be1576

Browse files
authored
Update hassfest.yml
Only trigger weekly
1 parent 2f64b70 commit 3be1576

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/hassfest.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
name: Validate with hassfest
22

33
on:
4-
push:
5-
branches:
6-
- main
7-
pull_request:
84
schedule:
9-
- cron: "0 0 * * *"
5+
- cron: "0 0 * * 0"
106
workflow_dispatch:
117

128
jobs:

0 commit comments

Comments
 (0)