From 1a85120e846dae8f685e6a88230cf31dbbcaeec6 Mon Sep 17 00:00:00 2001 From: Abin Simon Date: Thu, 18 Jan 2024 16:22:49 +0530 Subject: [PATCH] Make CI publish logs for successful runs --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69aaff1e1..7954afe98 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ on: pull_request: push: - branches: [main] + branches: [main, ci-speedup] tags: ["v*.*.*"] repository_dispatch: @@ -188,7 +188,7 @@ jobs: # Upload the original go test output as an artifact for later review. - name: Upload test log - if: failure() + # if: failure() uses: actions/upload-artifact@v4 with: name: ci-test-log