From ffe509cdf45307ce06a4de51e50d5e85087b1bab Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Sat, 25 Nov 2023 01:26:53 +0100 Subject: [PATCH] actions: enable failure job Signed-off-by: rjshrjndrn --- .github/workflows/pr-env.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/pr-env.yaml b/.github/workflows/pr-env.yaml index 2e923f1f9..3225b0540 100644 --- a/.github/workflows/pr-env.yaml +++ b/.github/workflows/pr-env.yaml @@ -315,10 +315,10 @@ jobs: # run: | # # Add any cleanup commands if necessary - # - name: Debug Job - # if: failure() - # uses: mxschmitt/action-tmate@v3 - # env: - # DOCKER_REPO: ${{ secrets.OSS_REGISTRY_URL }} - # IMAGE_TAG: ${{ github.sha }} - # ENVIRONMENT: staging + - name: Debug Job + if: failure() + uses: mxschmitt/action-tmate@v3 + env: + DOCKER_REPO: ${{ secrets.OSS_REGISTRY_URL }} + IMAGE_TAG: ${{ github.sha }} + ENVIRONMENT: staging