Skip to content

Commit 4e9131e

Browse files
committed
Bump schedule to every 30 minutes
1 parent 55b6355 commit 4e9131e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/render.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ on:
22
push:
33
branches: main
44
schedule:
5-
- cron: '/25 15-23 * * 1-5'
5+
- cron: '*/25 15-23 * * 1-5'
66
workflow_dispatch:
77
inputs:
88
reason:

0 commit comments

Comments
 (0)