Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit a4d3da7

Browse files
authored
Fix coverage diffs for PRs that aren't up to date, take 3 (#8301)
1 parent 82981e4 commit a4d3da7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/test_coverage.yml

+1
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ jobs:
3232
with:
3333
fail_ci_if_error: false
3434
verbose: true
35+
override_commit: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || '' }}

0 commit comments

Comments
 (0)