From 89c9cc3901ebeb3b07d038647ca7eae253382f07 Mon Sep 17 00:00:00 2001 From: Tyler Titsworth Date: Wed, 2 Oct 2024 10:42:35 -0700 Subject: [PATCH] Run Merge Logs on Failure (#423) Signed-off-by: Tyler Titsworth --- .github/workflows/integration-test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integration-test.yaml b/.github/workflows/integration-test.yaml index c4f8ca62..4701920e 100644 --- a/.github/workflows/integration-test.yaml +++ b/.github/workflows/integration-test.yaml @@ -74,6 +74,7 @@ jobs: merge-logs: # download all artifacts across containers needs: [pipeline-ci] + if: success() || failure() runs-on: ubuntu-latest permissions: pull-requests: write