diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b862bb86..5ed85f42 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -393,7 +393,7 @@ jobs: dependency-submission: name: Submit Dependencies - if: github.event_name != 'pull_request' + if: github.repository == 'typelevel/sbt-typelevel' && github.event_name != 'pull_request' strategy: matrix: os: [ubuntu-latest]