Skip to content

Commit de7c003

Browse files
committed
Fix production builds always enabling Go coverage instrumentation
Fixup: f2e901f Signed-off-by: Michael Fritch <mfritch@suse.com>
1 parent a1e36d4 commit de7c003

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-k3s.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
TREE_STATE=${{ steps.git_vars.outputs.tree_state }}
9696
COMMIT=${{ steps.git_vars.outputs.commit }}
9797
DIRTY=${{ steps.git_vars.outputs.dirty }}
98-
GOCOVER=${{ inputs.test-coverage && '1' || '0' }}
98+
GOCOVER=${{ inputs.test-coverage && '1' || '' }}
9999
push: false
100100
provenance: mode=min
101101
platforms: ${{ steps.platforms.outputs.platforms }}

0 commit comments

Comments
 (0)