Skip to content

Commit 212ff2d

Browse files
committed
removing checkout step from publish coverage results as it was not
required.
1 parent aa0924c commit 212ff2d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/publish-pr-coverage-results.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ jobs:
1616
( github.event.workflow_run.conclusion == 'success' ||
1717
github.event.workflow_run.conclusion == 'failure' ) }}
1818
steps:
19-
- uses: actions/checkout@v4
20-
with:
21-
ref: ${{ github.event.workflow_run.head_branch }}
2219

2320
- name: 'Download artifact'
2421
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)