Make CI publish logs for successful runs

This commit is contained in:
Abin Simon 2024-01-18 16:22:49 +05:30
parent 6d2d9c0099
commit 1a85120e84

View File

@ -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