There was an error while loading. Please reload this page.
1 parent 49bf1fd commit 0c52928Copy full SHA for 0c52928
1 file changed
.github/workflows/coverage.yml
@@ -27,7 +27,7 @@ jobs:
27
# Runs on PRs: test coverage for the branch under review.
28
test-coverage-branch:
29
if: github.event_name == 'pull_request'
30
- name: Test Coverage (${{ github.head_ref }})
+ name: Test Coverage (branch)
31
runs-on: ubuntu-latest
32
33
steps:
@@ -111,7 +111,7 @@ jobs:
111
with:
112
persist-credentials: false
113
114
- - name: Download coverage (${{ github.head_ref }})
+ - name: Download coverage (branch)
115
uses: actions/download-artifact@v8
116
117
name: coverage-branch
0 commit comments