mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-25 20:43:21 +00:00
Gate release action to rust-analyzer owner
This commit is contained in:
parent
7dbd040c26
commit
a9300934f9
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
|
@ -11,6 +11,7 @@ jobs:
|
|||
dist:
|
||||
name: dist
|
||||
runs-on: ${{ matrix.os }}
|
||||
if: github.repository == "rust-analyzer/rust-analzyer"
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
|
|
Loading…
Reference in a new issue