diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0743c46b8..707028ab5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -153,7 +153,7 @@ jobs: dependency-submission: name: Submit Dependencies - if: github.event_name != 'pull_request' + if: github.event.repository.fork == false && github.event_name != 'pull_request' strategy: matrix: os: [ubuntu-latest] diff --git a/project/plugins.sbt b/project/plugins.sbt index 658a7d9e2..fec3dbfed 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -val sbtTypelevelVersion = "0.7.2" +val sbtTypelevelVersion = "0.7.3" addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTypelevelVersion) addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % sbtTypelevelVersion) addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")