fix(metrics): Add repo check
This commit is contained in:
parent
506153b9f3
commit
cf34df020d
1 changed files with 1 additions and 0 deletions
1
.github/workflows/metrics.yaml
vendored
1
.github/workflows/metrics.yaml
vendored
|
|
@ -12,6 +12,7 @@ env:
|
|||
|
||||
jobs:
|
||||
setup_cargo:
|
||||
if: github.repository == 'rust-lang/rust-analyzer'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Install Rust toolchain
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue