There was an error while loading. Please reload this page.
1 parent 0a6b947 commit 164b87bCopy full SHA for 164b87b
1 file changed
.github/workflows/ci.yml
@@ -1,6 +1,9 @@
1
name: TileDB-BioImaging CI
2
3
-on: [push]
+on:
4
+ [push]
5
+ schedule:
6
+ - cron: '0 6 * * 1' # Weekly on Sunday
7
8
jobs:
9
build:
0 commit comments