From 1c2219c057839ba9b92644931d8d0923caf3cf97 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Wed, 15 Dec 2021 15:16:04 -0500 Subject: [PATCH] remove old debugging in staging-deploy-pr (#23701) --- .github/workflows/staging-deploy-pr.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/staging-deploy-pr.yml b/.github/workflows/staging-deploy-pr.yml index ed5de66b1230..f4c35296e7df 100644 --- a/.github/workflows/staging-deploy-pr.yml +++ b/.github/workflows/staging-deploy-pr.yml @@ -36,14 +36,6 @@ env: BUILD_ACTIONS_RUN_LOG: https://github.com/${{ github.repository }}/actions/runs/${{ github.event.workflow_run.id }} jobs: - debug: - runs-on: ubuntu-latest - steps: - - name: Dump full context for debugging - env: - GITHUB_CONTEXT: ${{ toJSON(github) }} - run: echo "$GITHUB_CONTEXT" - pr-metadata: # This is needed because the workflow we depend on # (see on.workflow_run.workflows) might be running from pushes on