This commit is contained in:
Aleksey Kladov 2020-04-07 09:24:02 +02:00
parent baf9fcc38e
commit 942836ac33

View file

@ -61,7 +61,7 @@ jobs:
run: cargo xtask dist run: cargo xtask dist
- name: Nightly analysis-stats check - name: Nightly analysis-stats check
if: matrix.os == 'ubuntu-latest' && if: github.ref != 'refs/heads/release' if: matrix.os == 'ubuntu-latest' && github.ref != 'refs/heads/release'
run: ./dist/rust-analyzer analysis-stats . run: ./dist/rust-analyzer analysis-stats .
- name: Upload artifacts - name: Upload artifacts