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 d9c1ccc commit 330d297Copy full SHA for 330d297
.github/workflows/update-specs.yml
@@ -2,6 +2,8 @@ name: Tasks - Update specs
2
3
on:
4
workflow_dispatch:
5
+ schedule:
6
+ - cron: "0 3 * * *" # Every day at 3am
7
8
concurrency:
9
group: update-specs
0 commit comments