diff --git a/.github/workflows/golang-test-linux.yml b/.github/workflows/golang-test-linux.yml index f19522e4e..548d77c83 100644 --- a/.github/workflows/golang-test-linux.yml +++ b/.github/workflows/golang-test-linux.yml @@ -498,9 +498,9 @@ jobs: | go run ./tools/gotestsummary # The summary trims long outputs; the raw stream keeps every line for - # the failures that need it. + # the failures that need it. A green run has no use for it. - name: Upload raw test events - if: always() + if: failure() uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a #v7.0.1 with: name: management-unit-test-events-${{ matrix.store }}