Skip to content

Commit 1db00b2

Browse files
Increase docs schedule frequency
Change Docs workflow cron to run every 5 minutes. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent d71a203 commit 1db00b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Docs
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: '0 4 * * 1'
6+
- cron: '*/5 * * * *'
77
push:
88
branches:
99
- main

0 commit comments

Comments
 (0)