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:
Aleksey Kladov 2020-03-18 09:43:49 +01:00
parent 46c618f7d9
commit a8ddea8d1c

View file

@ -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]