diff options
author | Aleksey Kladov <[email protected]> | 2020-07-24 19:24:14 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-07-24 19:34:30 +0100 |
commit | ae3506d002c5b242a16f4f7dcbbbfa9d9e8e45ae (patch) | |
tree | a1788e7ba37f6f7f68e9328d750cd460c8e9e133 /.github/workflows | |
parent | 80d6bdbb30cb6eb154286d9e96cf2e917905a9fd (diff) |
Fix another name
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/metrics.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/metrics.yaml b/.github/workflows/metrics.yaml index 58f369422..4974867f6 100644 --- a/.github/workflows/metrics.yaml +++ b/.github/workflows/metrics.yaml | |||
@@ -11,7 +11,7 @@ env: | |||
11 | RUSTUP_MAX_RETRIES: 10 | 11 | RUSTUP_MAX_RETRIES: 10 |
12 | 12 | ||
13 | jobs: | 13 | jobs: |
14 | rustdoc: | 14 | metrics: |
15 | runs-on: ubuntu-latest | 15 | runs-on: ubuntu-latest |
16 | 16 | ||
17 | steps: | 17 | steps: |