We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19401cc commit 3c4f406Copy full SHA for 3c4f406
.github/workflows/build.yml
@@ -3,6 +3,8 @@ name: ci
3
on:
4
workflow_dispatch:
5
push:
6
+ schedule:
7
+ - cron: "0 7 7 * *"
8
9
jobs:
10
set-date:
0 commit comments