diff --git a/.github/workflows/documentation-synchronization-audit.yml b/.github/workflows/documentation-synchronization-audit.yml index 78693efc4b8e..7d4a6ec76e48 100644 --- a/.github/workflows/documentation-synchronization-audit.yml +++ b/.github/workflows/documentation-synchronization-audit.yml @@ -1,8 +1,9 @@ name: Documentation Synchronization Audit (opentelemetry.io) on: - schedule: - - cron: "30 1 * * 1" # every Monday at 1:30 UTC + push: + tags: + - 'v*' # run on release tags workflow_dispatch: permissions: