Skip to content

Commit 04fbd84

Browse files
committed
Trigger doc audit differently
1 parent 765648d commit 04fbd84

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

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

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

33
on:
4-
push:
5-
tags:
6-
- 'v*' # run on release tags
4+
workflow_call:
75
workflow_dispatch:
86

97
permissions:

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,11 @@ jobs:
200200
echo "version=$VERSION" >> $GITHUB_OUTPUT
201201
echo "prior-version=$PRIOR_VERSION" >> $GITHUB_OUTPUT
202202
203+
documentation-audit:
204+
needs:
205+
- release
206+
uses: ./.github/workflows/documentation-synchronization-audit.yml
207+
203208
post-release-updates:
204209
permissions:
205210
contents: write # for git push to PR branch

0 commit comments

Comments
 (0)