diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0434b61284d..21ac3a4bc63 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -11,6 +11,7 @@ jobs: dist: name: dist runs-on: ${{ matrix.os }} + if: github.repository == "rust-analyzer/rust-analyzer" strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest]