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 5ace973 commit 5099c33Copy full SHA for 5099c33
.github/workflows/documentation-synchronization-audit.yml
@@ -1,8 +1,9 @@
1
name: Documentation Synchronization Audit (opentelemetry.io)
2
3
on:
4
- schedule:
5
- - cron: "30 1 * * 1" # every Monday at 1:30 UTC
+ push:
+ tags:
6
+ - 'v*' # run on release tags
7
workflow_dispatch:
8
9
permissions:
0 commit comments