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