diff options
author | Aleksey Kladov <[email protected]> | 2020-03-17 08:41:53 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-03-17 08:41:53 +0000 |
commit | f755486ffc83f56d6c9ed7bfc4385a3ce1696c94 (patch) | |
tree | 2dad3b2a44e3b6316dd41219c6049dd3b4220d9b /.github/workflows | |
parent | 57562284abb226b80db463b9ed76deb59057b168 (diff) | |
parent | a350dff4cf45710eb3040b75a87d55037637d8f5 (diff) |
Merge pull request #3618 from swarnimarun/patch-1
Gate release action to rust-analyzer owner
Diffstat (limited to '.github/workflows')
-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..21ac3a4bc 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-analyzer" | ||
14 | strategy: | 15 | strategy: |
15 | matrix: | 16 | matrix: |
16 | os: [ubuntu-latest, windows-latest, macos-latest] | 17 | os: [ubuntu-latest, windows-latest, macos-latest] |