Skip to content

Commit 720e554

Browse files
authored
run tests daily (#96)
1 parent fc1bcd6 commit 720e554

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integrate.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# https://help.github.com/en/categories/automating-your-workflow-with-github-actions
2-
31
name: "Integrate"
42

53
on:
64
pull_request: ~
75
push:
86
branches:
97
- master
8+
schedule:
9+
- cron: "0 10 * * *"
1010

1111
jobs:
1212
static-code-analysis:

0 commit comments

Comments
 (0)