diff options
| author | Raghul Nanth A <61490162+NanthR@users.noreply.github.com> | 2023-06-28 18:13:24 +0530 |
|---|---|---|
| committer | Raghul Nanth A <61490162+NanthR@users.noreply.github.com> | 2023-06-28 18:13:24 +0530 |
| commit | cf34df020d7148eef5b49fb3218ca45a1cbaaa95 (patch) | |
| tree | 712f26dea3adf4e9010ed1dd5b5f1f85bd23d1a4 | |
| parent | 506153b9f3f33f17b601266de1999d3413516890 (diff) | |
| download | rust-cf34df020d7148eef5b49fb3218ca45a1cbaaa95.tar.gz rust-cf34df020d7148eef5b49fb3218ca45a1cbaaa95.zip | |
fix(metrics): Add repo check
| -rw-r--r-- | .github/workflows/metrics.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/metrics.yaml b/.github/workflows/metrics.yaml index 216c2181468..37603d6ff6d 100644 --- a/.github/workflows/metrics.yaml +++ b/.github/workflows/metrics.yaml @@ -12,6 +12,7 @@ env: jobs: setup_cargo: + if: github.repository == 'rust-lang/rust-analyzer' runs-on: ubuntu-latest steps: - name: Install Rust toolchain |
