We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bedf242 commit 5fefd2aCopy full SHA for 5fefd2a
.github/workflows/documentation-synchronization-audit.yml
@@ -2,7 +2,7 @@ name: Documentation Synchronization Audit (opentelemetry.io)
2
3
on:
4
schedule:
5
- - cron: "30 1 * * *" # daily at 1:30 UTC
+ - cron: "30 1 * * 1" # every Monday at 1:30 UTC
6
workflow_dispatch:
7
8
permissions:
0 commit comments