Unnamed repository; edit this file 'description' to name the repository.
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 216c218146..37603d6ff6 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 |