diff options
author | Swarnim Arun <[email protected]> | 2020-03-16 21:39:02 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-03-16 21:39:02 +0000 |
commit | a9300934f9f6b3a1d6cb59df5fe85c52bb6642ff (patch) | |
tree | 0d73edd6dc4479eb0136beee01ddcef3dbc106e4 | |
parent | 7dbd040c2639a69605f41489f4fc93129e9fab7e (diff) |
Gate release action to rust-analyzer owner
-rw-r--r-- | .github/workflows/release.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0434b6128..283516bb7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml | |||
@@ -11,6 +11,7 @@ jobs: | |||
11 | dist: | 11 | dist: |
12 | name: dist | 12 | name: dist |
13 | runs-on: ${{ matrix.os }} | 13 | runs-on: ${{ matrix.os }} |
14 | if: github.repository == "rust-analyzer/rust-analzyer" | ||
14 | strategy: | 15 | strategy: |
15 | matrix: | 16 | matrix: |
16 | os: [ubuntu-latest, windows-latest, macos-latest] | 17 | os: [ubuntu-latest, windows-latest, macos-latest] |