Skip to content

Commit e17219f

Browse files
committed
chore(ci): run release workflow once per day (openai#978)
1 parent e0c1e00 commit e17219f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/create-releases.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Create releases
22
on:
3+
schedule:
4+
- cron: '0 5 * * *' # every day at 5am UTC
35
push:
46
branches:
57
- main

0 commit comments

Comments
 (0)