Skip to content

Commit

Permalink
remove old debugging in staging-deploy-pr (github#23701)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbe authored Dec 15, 2021
1 parent 75a85da commit 1c2219c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/staging-deploy-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1c2219c

Please sign in to comment.