Suppress snapshot publishing on forks (#4202)

This commit is contained in:
Trask Stalnaker 2021-09-28 09:04:13 -07:00 committed by GitHub
parent 5dffeef4aa
commit c7a7b4515c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -285,6 +285,7 @@ jobs:
snapshot:
runs-on: ubuntu-latest
needs: [ build, test, testLatestDeps, smoke-test, examples, muzzle ]
if: github.repository == 'open-telemetry/opentelemetry-java-instrumentation'
steps:
- uses: actions/checkout@v2.3.4
with: