From fc8328629fabae7bb8be4bb5859e28b96a1cbfaa Mon Sep 17 00:00:00 2001 From: Rajesh Rajendran Date: Mon, 10 May 2021 23:22:24 +0530 Subject: [PATCH] Revert "tmp: enabling debug." This reverts commit f94610f6235021a3f68d40c9d12ccb93e7d81e90. --- .github/workflows/workers.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/workers.yaml b/.github/workflows/workers.yaml index 98e31c2cc..c3a30c09b 100644 --- a/.github/workflows/workers.yaml +++ b/.github/workflows/workers.yaml @@ -72,11 +72,11 @@ jobs: bash kube-install.sh --app $image done - - 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 + #