aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/release.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/release.yaml')
-rw-r--r--.github/workflows/release.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index a31b4d3f6..f344582fc 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -61,7 +61,7 @@ jobs:
61 run: cargo xtask dist 61 run: cargo xtask dist
62 62
63 - name: Nightly analysis-stats check 63 - name: Nightly analysis-stats check
64 if: matrix.os == 'ubuntu-latest' && if: github.ref != 'refs/heads/release' 64 if: matrix.os == 'ubuntu-latest' && github.ref != 'refs/heads/release'
65 run: ./dist/rust-analyzer analysis-stats . 65 run: ./dist/rust-analyzer analysis-stats .
66 66
67 - name: Upload artifacts 67 - name: Upload artifacts