diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2020-08-24 23:40:34 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2020-08-24 23:40:34 +0000 |
commit | d742de6f4bcafc9a344dc3825b19cc9263c94cea (patch) | |
tree | 35990e961cad914f30ae2050d3cd39162ab2a9bd | |
parent | Try to fix file names on Windows (diff) | |
download | miniserve-d742de6f4bcafc9a344dc3825b19cc9263c94cea.tar.gz miniserve-d742de6f4bcafc9a344dc3825b19cc9263c94cea.zip |
Remove duplicated identifiers
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/ci.yml | 2 | ||||
-rw-r--r-- | .github/workflows/publish.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 219e187..7dab67a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ on: [push, pull_request] jobs: ci: - name: CI with ${{ matrix.rust }} on ${{ matrix.os }} + name: ${{ matrix.rust }} on ${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: matrix: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c965661..44e66df 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -7,7 +7,7 @@ on: jobs: publish: - name: Publish on ${{ matrix.os }} for ${{ matrix.target }} + name: ${{ matrix.os }} for ${{ matrix.target }} runs-on: ${{ matrix.os }} strategy: matrix: |