Skip to content

Commit 43ac43b

Browse files
committed
Make github action more frequent and add more debugging
1 parent 2e68048 commit 43ac43b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/documentation.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ on:
66
pull_request:
77
branches: ["main"]
88

9-
# Re-run every day at 4PM
9+
# Re-run on a regular schedule
1010
schedule:
11-
- cron: "43 16 * * *"
11+
- cron: "21 * * * *"
1212

1313
# Re-run on demand:
1414
workflow_dispatch:

0 commit comments

Comments
 (0)