Skip to content

Commit fbffc7a

Browse files
committed
Add on/schedule/cron to documentations.yaml GitHub Action (close #16)
1 parent c3176b4 commit fbffc7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/documentation.yaml

Lines changed: 3 additions & 3 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 Tuesday at 6AM
10-
# schedule:
11-
# - cron: "0 6 * * 2"
9+
# Re-run every day at 4PM
10+
schedule:
11+
- cron: "0 16 * * *"
1212

1313
# Re-run on demand:
1414
workflow_dispatch:

0 commit comments

Comments
 (0)