Skip to content

Commit 5b0c706

Browse files
committed
Delete the debug job
1 parent e958565 commit 5b0c706

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/test-pull-request.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,7 @@ permissions:
1212
actions: read
1313

1414
jobs:
15-
debug:
16-
runs-on: ubuntu-latest
17-
steps:
18-
- name: Debug Event
19-
run: |
20-
echo "Event name: ${{ github.event_name }}"
21-
echo "PR number: ${{ github.event.pull_request.number }}"
22-
echo "PR base ref: ${{ github.event.pull_request.base.ref }}"
23-
echo "PR head ref: ${{ github.event.pull_request.head.ref }}"
24-
echo "PR state: ${{ github.event.pull_request.state }}"
25-
2615
testing:
27-
needs: debug
2816
uses: ./.github/workflows/validate-pr_job.yml
2917
secrets: inherit
3018
permissions: write-all

0 commit comments

Comments
 (0)