File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
templates/github/workflows Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 41
41
# Use base sha for PR or new commit hash for master/main push in test result key.
42
42
key : ${{ runner.os }}-integration-test-coverage-${{ (github.event.pull_request.base.sha != github.event.after) && github.event.pull_request.base.sha || github.event.after }}
43
43
- name : Checkout base code
44
- if : matrix.go-version == '1.17.x' && env.RUN_BASE_COVERAGE == 'on' && steps.base-coverage.outputs.cache-hit != 'true' && github.event.pull_request.base.sha != ''
44
+ if : env.RUN_BASE_COVERAGE == 'on' && steps.base-coverage.outputs.cache-hit != 'true' && github.event.pull_request.base.sha != ''
45
45
uses : actions/checkout@v2
46
46
with :
47
47
ref : ${{ github.event.pull_request.base.sha }}
You can’t perform that action at this time.
0 commit comments