Skip to content

Commit 830888d

Browse files
committed
.github/workflows/ci-sage.yml: Run weekly
1 parent 375c878 commit 830888d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci-sage.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ on:
3838
push:
3939
tags:
4040
- '*'
41+
schedule:
42+
# run each Tuesday at 01:00
43+
- cron: '0 1 * * 2'
4144
workflow_dispatch:
4245
# Allow to run manually
4346

0 commit comments

Comments
 (0)