diff options
author | Aleksey Kladov <[email protected]> | 2020-04-07 08:24:02 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-04-07 08:24:10 +0100 |
commit | 942836ac33fbebff7179958ebb43317d1e3b2bd0 (patch) | |
tree | 69c24e0570651dc34d56a5700e2f50d70c5de1d9 | |
parent | baf9fcc38ebd5a52b22fdf115a7475f9002058f6 (diff) |
Fix yaml
-rw-r--r-- | .github/workflows/release.yaml | 2 |
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 |