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