Skip to content

Commit 64ee2ea

Browse files
committed
Schedule CI action for once a month
1 parent d421f2a commit 64ee2ea

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: CI
2-
on: [ push ]
2+
on:
3+
push:
4+
schedule:
5+
- cron: '26 2 3 * *'
36

47
jobs:
58
push:

0 commit comments

Comments
 (0)