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 765648d commit 04fbd84Copy full SHA for 04fbd84
.github/workflows/documentation-synchronization-audit.yml
@@ -1,9 +1,7 @@
1
name: Documentation Synchronization Audit (opentelemetry.io)
2
3
on:
4
- push:
5
- tags:
6
- - 'v*' # run on release tags
+ workflow_call:
7
workflow_dispatch:
8
9
permissions:
.github/workflows/release.yml
@@ -200,6 +200,11 @@ jobs:
200
echo "version=$VERSION" >> $GITHUB_OUTPUT
201
echo "prior-version=$PRIOR_VERSION" >> $GITHUB_OUTPUT
202
203
+ documentation-audit:
204
+ needs:
205
+ - release
206
+ uses: ./.github/workflows/documentation-synchronization-audit.yml
207
+
208
post-release-updates:
209
210
contents: write # for git push to PR branch
0 commit comments