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 4bc7282 commit a928060Copy full SHA for a928060
.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 * * *" # daily at 1:30 UTC
+ push:
+ tags:
6
+ - 'v*' # run on release tags
7
workflow_dispatch:
8
9
permissions:
0 commit comments