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')"