From bb03e25e96ab809f164dcd9670fe5f6575afafdb Mon Sep 17 00:00:00 2001 From: Sebastian Choren Date: Fri, 14 Apr 2023 11:57:18 -0300 Subject: [PATCH] chore(cicd): make pr pipeline clenaup only on success (#2390) --- .github/workflows/pull-request.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 6b942d9dca..a3d8fe1b09 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -395,7 +395,6 @@ jobs: name: Cleanup test infra runs-on: ubuntu-latest needs: [trace-testing, e2e] - if: always() steps: - uses: google-github-actions/setup-gcloud@94337306dda8180d967a56932ceb4ddcf01edae7 with: