From a928060588ee469a0aa97d9364ad012ef2c11307 Mon Sep 17 00:00:00 2001 From: Jay DeLuca Date: Mon, 29 Sep 2025 16:01:08 -0400 Subject: [PATCH] run on tags --- .github/workflows/documentation-synchronization-audit.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/documentation-synchronization-audit.yml b/.github/workflows/documentation-synchronization-audit.yml index 8a9077e3c1e8..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 * * *" # daily at 1:30 UTC + push: + tags: + - 'v*' # run on release tags workflow_dispatch: permissions: