Skip to content

Commit 9649da9

Browse files
committed
Run tests every day (to become aware of synapse installation issues)
1 parent e206724 commit 9649da9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: "units-test"
22
on:
33
workflow_dispatch:
4+
schedule:
5+
- cron: '0 0 * * *'
46
pull_request:
57
push:
68
branches:

0 commit comments

Comments
 (0)