Skip to content

Commit 5fefd2a

Browse files
authored
Update documentation audit schedule (#14821)
1 parent bedf242 commit 5fefd2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation-synchronization-audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Documentation Synchronization Audit (opentelemetry.io)
22

33
on:
44
schedule:
5-
- cron: "30 1 * * *" # daily at 1:30 UTC
5+
- cron: "30 1 * * 1" # every Monday at 1:30 UTC
66
workflow_dispatch:
77

88
permissions:

0 commit comments

Comments
 (0)