We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45d5821 commit 314f94dCopy full SHA for 314f94d
.github/workflows/compileandrelease.yml
@@ -3,7 +3,7 @@ name: Compile Latex and Release PDF
3
on:
4
schedule:
5
# * is a special character in YAML so you have to quote this string
6
- - cron: '0 23 * * *'
+ - cron: '0 17 * * *'
7
workflow_dispatch:
8
9
jobs:
0 commit comments