[CI] Run auto-update script only under otel org (#1822)

Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
This commit is contained in:
Patrice Chalin 2025-01-27 11:22:40 -05:00 committed by GitHub
parent 736f859861
commit e66894e38e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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 }}