mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 07:04:22 +00:00
Fix yaml
This commit is contained in:
parent
baf9fcc38e
commit
942836ac33
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -61,7 +61,7 @@ jobs:
|
|||
run: cargo xtask dist
|
||||
|
||||
- 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 .
|
||||
|
||||
- name: Upload artifacts
|
||||
|
|
Loading…
Reference in a new issue