Skip to content

Commit 0c52928

Browse files
authored
Don't use custom names for coverage workflow runs (#669)
1 parent 49bf1fd commit 0c52928

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# Runs on PRs: test coverage for the branch under review.
2828
test-coverage-branch:
2929
if: github.event_name == 'pull_request'
30-
name: Test Coverage (${{ github.head_ref }})
30+
name: Test Coverage (branch)
3131
runs-on: ubuntu-latest
3232

3333
steps:
@@ -111,7 +111,7 @@ jobs:
111111
with:
112112
persist-credentials: false
113113

114-
- name: Download coverage (${{ github.head_ref }})
114+
- name: Download coverage (branch)
115115
uses: actions/download-artifact@v8
116116
with:
117117
name: coverage-branch

0 commit comments

Comments
 (0)