We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43559ba commit ddc3696Copy full SHA for ddc3696
.github/workflows/schedule.yaml
@@ -1,7 +1,8 @@
1
name: daily
2
on:
3
+ push:
4
schedule:
- - cron: "1 16 * * *"
5
+ - cron: "0 16 * * *"
6
7
jobs:
8
Daily:
0 commit comments