We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 308840b commit 5931226Copy full SHA for 5931226
.github/workflows/sanitycheck.yml
@@ -3,6 +3,8 @@ name: Sanity Check
3
4
# triggers for our workflow
5
on:
6
+ schedule:
7
+ - cron: "* */6 * * *"
8
# opening a pull request to master and develop branch will be a trigger
9
pull_request:
10
branches: ["master", "main"]
0 commit comments