Skip to content

Commit db3244e

Browse files
committed
Restore original frequency for scheduled GHA
1 parent ad90e3a commit db3244e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
# Re-run every day at 4PM
1010
schedule:
11-
- cron: "01 * * * *"
11+
- cron: "* 16 * * *"
1212

1313
# Re-run on demand:
1414
workflow_dispatch:

0 commit comments

Comments
 (0)