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