Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit cf34df0

Browse files
committed
fix(metrics): Add repo check
1 parent 506153b commit cf34df0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/metrics.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ env:
1212

1313
jobs:
1414
setup_cargo:
15+
if: github.repository == 'rust-lang/rust-analyzer'
1516
runs-on: ubuntu-latest
1617
steps:
1718
- name: Install Rust toolchain

0 commit comments

Comments
 (0)