Skip to content

Commit 5099c33

Browse files
jaydelucatrask
andauthored
Run doc synchronization after release (#14833)
Co-authored-by: Trask Stalnaker <[email protected]>
1 parent 5ace973 commit 5099c33

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/documentation-synchronization-audit.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: Documentation Synchronization Audit (opentelemetry.io)
22

33
on:
4-
schedule:
5-
- cron: "30 1 * * 1" # every Monday at 1:30 UTC
4+
push:
5+
tags:
6+
- 'v*' # run on release tags
67
workflow_dispatch:
78

89
permissions:

0 commit comments

Comments
 (0)