mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
Don't filter release by fork
This syntax does not work for some reason https://github.com/rust-analyzer/rust-analyzer/runs/515231288?check_suite_focus=true
This commit is contained in:
parent
46c618f7d9
commit
a8ddea8d1c
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
@ -11,7 +11,6 @@ jobs:
|
|||||||
dist:
|
dist:
|
||||||
name: dist
|
name: dist
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
if: github.repository == "rust-analyzer/rust-analyzer"
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user