From b0342ede16a46c3e9a388a6af588df63c82a8092 Mon Sep 17 00:00:00 2001 From: Al Berez Date: Wed, 9 Oct 2024 11:53:04 -0700 Subject: [PATCH] Keep integrations tests environment running if debug-logging This help us to troubleshoot integration test failur. Environment will be cleaned by timeout. --- .github/workflows/tests-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests-integration.yml b/.github/workflows/tests-integration.yml index 25f13c39f5..6987018d71 100644 --- a/.github/workflows/tests-integration.yml +++ b/.github/workflows/tests-integration.yml @@ -250,7 +250,7 @@ jobs: needs: - claim-env - run-cats-cf-env - if: always() + if: ${{ always() && !runner.debug }} steps: - name: unclaim env: