Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/documentation-synchronization-audit.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Documentation Synchronization Audit (opentelemetry.io)

on:
push:
tags:
- 'v*' # run on release tags
workflow_call:
workflow_dispatch:

permissions:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,11 @@ jobs:
echo "version=$VERSION" >> $GITHUB_OUTPUT
echo "prior-version=$PRIOR_VERSION" >> $GITHUB_OUTPUT

documentation-audit:
needs:
- release
uses: ./.github/workflows/documentation-synchronization-audit.yml

post-release-updates:
permissions:
contents: write # for git push to PR branch
Expand Down
Loading