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: