Skip to content

Commit 5931226

Browse files
authored
updated gitaction
1 parent 308840b commit 5931226

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/sanitycheck.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Sanity Check
33

44
# triggers for our workflow
55
on:
6+
schedule:
7+
- cron: "* */6 * * *"
68
# opening a pull request to master and develop branch will be a trigger
79
pull_request:
810
branches: ["master", "main"]

0 commit comments

Comments
 (0)