Skip to content
This repository was archived by the owner on Jul 17, 2023. It is now read-only.

Commit 370ea7c

Browse files
authored
Update sanity.yml
tests: run sanity scheduled
1 parent 9fea66a commit 370ea7c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/sanity.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Sanity
22
on:
3-
- pull_request
4-
3+
schedule:
4+
- cron: "5 12 * * *"
5+
pull_request:
6+
57
jobs:
68
sanity:
79
name: Sanity (${{ matrix.ansible }})

0 commit comments

Comments
 (0)