We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent add70f4 commit bc41cbdCopy full SHA for bc41cbd
1 file changed
.github/workflows/generate.yml
@@ -1,6 +1,8 @@
1
name: Generate
2
on:
3
workflow_dispatch:
4
+ schedule:
5
+ - cron: '27 14 * * *'
6
concurrency:
7
# Pushing new changes to a branch will cancel any in-progress CI runs
8
group: ${{ github.workflow }}-${{ github.ref }}
0 commit comments