Skip to content

Commit a7c3de0

Browse files
authored
Update validate-hacs.yml
change schedule to weekly
1 parent 64bf063 commit a7c3de0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-hacs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- main
77
pull_request:
88
schedule:
9-
- cron: "0 0 * * *"
9+
- cron: "0 0 * * 0"
1010
workflow_dispatch:
1111

1212
jobs:

0 commit comments

Comments
 (0)