aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/release.yaml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-03-18 08:43:49 +0000
committerAleksey Kladov <[email protected]>2020-03-18 08:43:49 +0000
commita8ddea8d1c43a99517d0bfe9f7b8bbb36c88dde5 (patch)
tree48fd1828250c1e53393aa3c6e00eaab664eabc72 /.github/workflows/release.yaml
parent46c618f7d989849cae11c7e4b7b7370bf89faaa2 (diff)
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
Diffstat (limited to '.github/workflows/release.yaml')
-rw-r--r--.github/workflows/release.yaml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 21ac3a4bc..0434b6128 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -11,7 +11,6 @@ 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"
15 strategy: 14 strategy:
16 matrix: 15 matrix:
17 os: [ubuntu-latest, windows-latest, macos-latest] 16 os: [ubuntu-latest, windows-latest, macos-latest]