mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-23 18:55:24 +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:
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
@@ -11,7 +11,6 @@ jobs:
|
||||
dist:
|
||||
name: dist
|
||||
runs-on: ${{ matrix.os }}
|
||||
if: github.repository == "rust-analyzer/rust-analyzer"
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
|
||||
Reference in New Issue
Block a user