Skip to content

Commit 4fd8299

Browse files
committed
Update keep-render-alive workflow to change cron schedule from every 5 minutes to every 2 minutes
1 parent d719520 commit 4fd8299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/keep-render-alive.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Keep Render Services Alive
22

33
on:
44
schedule:
5-
- cron: '*/5 * * * *'
5+
- cron: '*/2 * * * *'
66
workflow_dispatch:
77
push:
88
branches:

0 commit comments

Comments
 (0)