Skip to content

Commit b264914

Browse files
authored
ci: remove debug step from GHA test runner (#15991)
1 parent fea1ad9 commit b264914

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

.github/workflows/test-runner.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,6 @@ concurrency:
3030
cancel-in-progress: true
3131

3232
jobs:
33-
debug:
34-
name: debug_job
35-
runs-on: ubuntu-latest
36-
steps:
37-
- name: debug_steps
38-
id: debug-steps
39-
run: |
40-
echo "event=${{ github.event_name }}"
41-
echo "assoc=${{ github.event.pull_request.author_association }}"
42-
echo "org=${GITHUB_ORGANIZATION}" || true
43-
echo "user=${GITHUB_EVENT_PULL_REQUEST_USER}" || true
44-
echo "user_orgs=${GITHUB_EVENT_PULL_REQUEST_USER_ORGANIZATIONS_URL}" || true
45-
env:
46-
GITHUB_ORGANIZATION: ${{ github.organization }}
47-
GITHUB_EVENT_PULL_REQUEST_USER: ${{ github.event.pull_request.user }}
48-
GITHUB_EVENT_PULL_REQUEST_USER_ORGANIZATIONS_URL: ${{ github.event.pull_request.user.organizations_url }}
4933
pre-flight:
5034
# Save the `ref` of the pull request, so downstream jobs know what to checkout.
5135
environment: >-
@@ -54,7 +38,6 @@ jobs:
5438
(github.event.pull_request.head.repo.full_name == github.repository && 'internal')
5539
}}
5640
name: Save PR ref
57-
needs: [debug]
5841
if: >-
5942
${{
6043
((github.event.pull_request.author_association == 'OWNER' ||

0 commit comments

Comments
 (0)