about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRaghul Nanth A <61490162+NanthR@users.noreply.github.com>2023-06-28 18:13:24 +0530
committerRaghul Nanth A <61490162+NanthR@users.noreply.github.com>2023-06-28 18:13:24 +0530
commitcf34df020d7148eef5b49fb3218ca45a1cbaaa95 (patch)
tree712f26dea3adf4e9010ed1dd5b5f1f85bd23d1a4
parent506153b9f3f33f17b601266de1999d3413516890 (diff)
downloadrust-cf34df020d7148eef5b49fb3218ca45a1cbaaa95.tar.gz
rust-cf34df020d7148eef5b49fb3218ca45a1cbaaa95.zip
fix(metrics): Add repo check
-rw-r--r--.github/workflows/metrics.yaml1
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