Skip to content

Commit 53ce425

Browse files
committed
test removing checkout step
1 parent aa0924c commit 53ce425

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ 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 }}
19+
# - uses: actions/checkout@v4
20+
# with:
21+
# ref: ${{ github.event.workflow_run.head_branch }}
2222

2323
- name: 'Download artifact'
2424
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)