We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d421f2a commit 64ee2eaCopy full SHA for 64ee2ea
.github/workflows/ci.yml
@@ -1,5 +1,8 @@
1
name: CI
2
-on: [ push ]
+on:
3
+ push:
4
+ schedule:
5
+ - cron: '26 2 3 * *'
6
7
jobs:
8
push:
0 commit comments