We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54661cc commit 9aab917Copy full SHA for 9aab917
.github/workflows/test_coverage.yml
@@ -29,3 +29,4 @@ jobs:
29
with:
30
fail_ci_if_error: false
31
verbose: true
32
+ override_commit: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || '' }}
0 commit comments