From e08d4316950a2bc920a6e41c583942545bf787b9 Mon Sep 17 00:00:00 2001 From: Emiliano Heyns Date: Tue, 4 Jan 2022 20:48:29 +0100 Subject: [PATCH] clean up logging --- .github/workflows/sheldon.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/sheldon.yaml b/.github/workflows/sheldon.yaml index a6ff2a650bc2..486e15c2f47f 100644 --- a/.github/workflows/sheldon.yaml +++ b/.github/workflows/sheldon.yaml @@ -24,9 +24,6 @@ jobs: - name: Checkout base repo for pull-request test uses: actions/checkout@v2 if: "! contains(github.event.pull_request.labels.*.name, 'safe to test')" - - name: Checkout pull-request - run: echo ${{ github.event.pull_request.head.repo.full_name }} - if: "! contains(github.event.pull_request.labels.*.name, 'safe to test')" - name: Checkout pull-request uses: actions/checkout@v2 if: "! contains(github.event.pull_request.labels.*.name, 'safe to test')"