Fix coverage diffs for PRs that aren't up to date, take 3 (#8301)

pull/21833/head
Robin 2022-04-12 20:22:34 -04:00 committed by GitHub
parent 82981e4161
commit a4d3da78d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -32,3 +32,4 @@ jobs:
with:
fail_ci_if_error: false
verbose: true
override_commit: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || '' }}