From e66894e38eeb8d7df4b1dcca1766ad199735bb74 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Mon, 27 Jan 2025 11:22:40 -0500 Subject: [PATCH] [CI] Run auto-update script only under otel org (#1822) Co-authored-by: Trask Stalnaker --- .github/workflows/auto-update-spec-repo-links.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/auto-update-spec-repo-links.yml b/.github/workflows/auto-update-spec-repo-links.yml index f82939d1d8..40225464b8 100644 --- a/.github/workflows/auto-update-spec-repo-links.yml +++ b/.github/workflows/auto-update-spec-repo-links.yml @@ -8,6 +8,7 @@ on: jobs: check-versions: runs-on: ubuntu-latest + if: github.repository_owner == 'open-telemetry' outputs: current-version: ${{ steps.check-versions.outputs.current-version }} latest-version: ${{ steps.check-versions.outputs.latest-version }}