Skip to content

Commit 164b87b

Browse files
committed
Add weekly nightly CI runs to catch dependency conflicts earlier
1 parent 0a6b947 commit 164b87b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: TileDB-BioImaging CI
22

3-
on: [push]
3+
on:
4+
[push]
5+
schedule:
6+
- cron: '0 6 * * 1' # Weekly on Sunday
47

58
jobs:
69
build:

0 commit comments

Comments
 (0)