Skip to content

Commit 759590c

Browse files
committed
Remove redundant matrix reference
1 parent 6039b88 commit 759590c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/github/workflows/test-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
# Use base sha for PR or new commit hash for master/main push in test result key.
4242
key: ${{ runner.os }}-integration-test-coverage-${{ (github.event.pull_request.base.sha != github.event.after) && github.event.pull_request.base.sha || github.event.after }}
4343
- 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 != ''
4545
uses: actions/checkout@v2
4646
with:
4747
ref: ${{ github.event.pull_request.base.sha }}

0 commit comments

Comments
 (0)