Skip to content

Commit 23a8c33

Browse files
committed
cicd: don't upload workspace on failure
This was largely unused, and the checkout action embeds short-lived tokens in the workspace which end up in the artifact. Signed-off-by: Hank Donnay <[email protected]>
1 parent 6f3b134 commit 23a8c33

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,3 @@ jobs:
120120
go test
121121
-tags integration
122122
${{ inputs.package_expr }}
123-
- uses: actions/upload-artifact@v4
124-
if: failure()
125-
with:
126-
name: workspace-${{matrix.go}}
127-
path: ${{ github.workspace }}

0 commit comments

Comments
 (0)