From 5baea15257c88aef33deb4dfccaad6452736463c Mon Sep 17 00:00:00 2001 From: Jay DeLuca Date: Sat, 27 Sep 2025 06:18:06 -0400 Subject: [PATCH] Update documentation audit schedule --- .github/workflows/documentation-synchronization-audit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation-synchronization-audit.yml b/.github/workflows/documentation-synchronization-audit.yml index 8a9077e3c1e8..78693efc4b8e 100644 --- a/.github/workflows/documentation-synchronization-audit.yml +++ b/.github/workflows/documentation-synchronization-audit.yml @@ -2,7 +2,7 @@ name: Documentation Synchronization Audit (opentelemetry.io) on: schedule: - - cron: "30 1 * * *" # daily at 1:30 UTC + - cron: "30 1 * * 1" # every Monday at 1:30 UTC workflow_dispatch: permissions: