Skip to content

Commit e08d431

Browse files
committed
clean up logging
1 parent e4c07f8 commit e08d431

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/sheldon.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ jobs:
2424
- name: Checkout base repo for pull-request test
2525
uses: actions/checkout@v2
2626
if: "! contains(github.event.pull_request.labels.*.name, 'safe to test')"
27-
- name: Checkout pull-request
28-
run: echo ${{ github.event.pull_request.head.repo.full_name }}
29-
if: "! contains(github.event.pull_request.labels.*.name, 'safe to test')"
3027
- name: Checkout pull-request
3128
uses: actions/checkout@v2
3229
if: "! contains(github.event.pull_request.labels.*.name, 'safe to test')"

0 commit comments

Comments
 (0)