Commit eafe8f93

Stainless Bot <107565488+stainless-bot@users.noreply.github.com>
2023-12-17 08:39:38
chore(ci): run release workflow once per day (#978)
1 parent 1fa164d
Changed files (1)
.github
.github/workflows/create-releases.yml
@@ -1,5 +1,7 @@
 name: Create releases
 on:
+  schedule:
+    - cron: '0 5 * * *' # every day at 5am UTC
   push:
     branches:
       - main