Suppress snapshot publishing on forks (#4202)
This commit is contained in:
parent
5dffeef4aa
commit
c7a7b4515c
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue