We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 736f859 commit e66894eCopy full SHA for e66894e
.github/workflows/auto-update-spec-repo-links.yml
@@ -8,6 +8,7 @@ on:
8
jobs:
9
check-versions:
10
runs-on: ubuntu-latest
11
+ if: github.repository_owner == 'open-telemetry'
12
outputs:
13
current-version: ${{ steps.check-versions.outputs.current-version }}
14
latest-version: ${{ steps.check-versions.outputs.latest-version }}
0 commit comments