From c7a7b4515ce13755f8b6dd4ec9f7e553de4e63a6 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Tue, 28 Sep 2021 09:04:13 -0700 Subject: [PATCH] Suppress snapshot publishing on forks (#4202) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 025eca909a..787e8c2da7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: