]> git.lizzy.rs Git - rust.git/commitdiff
Don't filter release by fork
authorAleksey Kladov <aleksey.kladov@gmail.com>
Wed, 18 Mar 2020 08:43:49 +0000 (09:43 +0100)
committerAleksey Kladov <aleksey.kladov@gmail.com>
Wed, 18 Mar 2020 08:43:49 +0000 (09:43 +0100)
This syntax does not work for some reason

https://github.com/rust-analyzer/rust-analyzer/runs/515231288?check_suite_focus=true

.github/workflows/release.yaml

index 21ac3a4bc63213c0cb254a5a2a9566d9c3212824..0434b61284d81ed85336214f2ba0c5400f52193d 100644 (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]